diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-11 07:01:14 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-11 07:01:14 +0100 |
commit | e5a6deaeb22186b1d0ac4e1af135ad9ba2a32af2 (patch) | |
tree | 0d8f8cf08b8550b314634c451c5f539e8a49cdc3 /resources/qml/TopBar.qml | |
parent | Bump mtxclient dependency (diff) | |
download | nheko-e5a6deaeb22186b1d0ac4e1af135ad9ba2a32af2.tar.xz |
Change width of pinned message box
Diffstat (limited to 'resources/qml/TopBar.qml')
-rw-r--r-- | resources/qml/TopBar.qml | 2 |
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) |