Skip to content

Commit

Permalink
Timeline.qml: fix last pixels of the room name being trimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Oct 22, 2023
1 parent e7a05f6 commit 03bb813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/qml/Timeline.qml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ Page {

TextArea {
id: roomName
width: roomNameMetrics.advanceWidth
width: roomNameMetrics.advanceWidth + leftPadding
height: roomNameMetrics.height
clip: true
padding: 0
leftPadding: 2

TextMetrics {
id: roomNameMetrics
Expand Down

0 comments on commit 03bb813

Please sign in to comment.