From c50380b448ef51c8d0392933aba41ed6b52d728a Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Tue, 2 Dec 2025 14:51:19 -0700 Subject: [PATCH] Tell room page header message to fill the width Otherwise it scrunches up as small as possible and breaks the layout. --- src/app/qml/RoomPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/qml/RoomPage.qml b/src/app/qml/RoomPage.qml index d879d63e1..c5edc0bf3 100644 --- a/src/app/qml/RoomPage.qml +++ b/src/app/qml/RoomPage.qml @@ -227,6 +227,8 @@ Kirigami.Page { // Used to keep track of messages so we can hide the right one at the right time property string messageId + Layout.fillWidth: true + showCloseButton: true visible: false position: Kirigami.InlineMessage.Position.Header