summary refs log tree commit diff
path: root/resources/qml/TopBar.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-27 11:08:21 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-27 11:08:21 +0200
commit65d85768d0fbdcfbfa273c1676d3649157af8589 (patch)
tree9c9397b1935edf9be769ef63df2f5fd3970e739b /resources/qml/TopBar.qml
parentMerge branch 'forward_message_feature' of https://github.com/Jedi18/nheko int... (diff)
downloadnheko-65d85768d0fbdcfbfa273c1676d3649157af8589.tar.xz
Clean up design a bit
Diffstat (limited to 'resources/qml/TopBar.qml')
-rw-r--r--resources/qml/TopBar.qml4
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 {