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:
committed by
Joshua Goins
parent
112b4b54e5
commit
7d4cc7a5cf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user