summary refs log tree commit diff
path: root/resources/qml/TopBar.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-11 07:01:14 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-11 07:01:14 +0100
commite5a6deaeb22186b1d0ac4e1af135ad9ba2a32af2 (patch)
tree0d8f8cf08b8550b314634c451c5f539e8a49cdc3 /resources/qml/TopBar.qml
parentBump mtxclient dependency (diff)
downloadnheko-e5a6deaeb22186b1d0ac4e1af135ad9ba2a32af2.tar.xz
Change width of pinned message box
Diffstat (limited to 'resources/qml/TopBar.qml')
-rw-r--r--resources/qml/TopBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml
index ef12eaf7..ee401370 100644
--- a/resources/qml/TopBar.qml
+++ b/resources/qml/TopBar.qml
@@ -237,7 +237,7 @@ Rectangle {
 
             Layout.row: 2
             Layout.column: 2
-            Layout.columnSpan: 1
+            Layout.columnSpan: 3
 
             Layout.fillWidth: true
             Layout.preferredHeight: Math.min(contentHeight, Nheko.avatarSize * 4)