From e5a6deaeb22186b1d0ac4e1af135ad9ba2a32af2 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 11 Dec 2021 07:01:14 +0100 Subject: [PATCH] Change width of pinned message box --- resources/qml/TopBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)