Tell room page header message to fill the width

Otherwise it scrunches up as small as possible and breaks the layout.
This commit is contained in:
Nate Graham
2025-12-02 14:51:19 -07:00
committed by Joshua Goins
parent 673a8c8bc8
commit c50380b448

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