diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-27 11:08:21 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-27 11:08:21 +0200 |
commit | 65d85768d0fbdcfbfa273c1676d3649157af8589 (patch) | |
tree | 9c9397b1935edf9be769ef63df2f5fd3970e739b /resources/qml/TopBar.qml | |
parent | Merge branch 'forward_message_feature' of https://github.com/Jedi18/nheko int... (diff) | |
download | nheko-65d85768d0fbdcfbfa273c1676d3649157af8589.tar.xz |
Clean up design a bit
Diffstat (limited to 'resources/qml/TopBar.qml')
-rw-r--r-- | resources/qml/TopBar.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml index f5c5c84a..858652c2 100644 --- a/resources/qml/TopBar.qml +++ b/resources/qml/TopBar.qml @@ -72,8 +72,8 @@ Rectangle { font.pointSize: fontMetrics.font.pointSize * 1.1 text: room ? room.roomName : qsTr("No room selected") maximumLineCount: 1 - elide: Text.ElideRight - textFormat: Text.RichText + elide: Text.ElideRight + textFormat: Text.RichText } MatrixText { |