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:
committed by
Joshua Goins
parent
673a8c8bc8
commit
c50380b448
@@ -227,6 +227,8 @@ Kirigami.Page {
|
|||||||
// Used to keep track of messages so we can hide the right one at the right time
|
// Used to keep track of messages so we can hide the right one at the right time
|
||||||
property string messageId
|
property string messageId
|
||||||
|
|
||||||
|
Layout.fillWidth: true
|
||||||
|
|
||||||
showCloseButton: true
|
showCloseButton: true
|
||||||
visible: false
|
visible: false
|
||||||
position: Kirigami.InlineMessage.Position.Header
|
position: Kirigami.InlineMessage.Position.Header
|
||||||
|
|||||||
Reference in New Issue
Block a user