Tell room page header message to fill the width

Otherwise it scrunches up as small as possible and breaks the layout.

(cherry picked from commit c50380b448)
This commit is contained in:
Nate Graham
2025-12-02 14:51:19 -07:00
committed by Joshua Goins
parent 112b4b54e5
commit 7d4cc7a5cf

View File

@@ -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