Skip to content

Commit

Permalink
Keep topicText away from the scroll bar when it's visible
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Sep 24, 2023
1 parent 49a6565 commit 9f27e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/qml/Timeline.qml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ Page {
id: topicText
width: topicField.width
padding: 0
rightPadding: topicField.ScrollBar.vertical.visible
? topicField.ScrollBar.vertical.width : 0

text: room ? room.prettyPrint(room.topic) : ""
placeholderText: qsTr("(no topic)")
Expand Down

0 comments on commit 9f27e44

Please sign in to comment.