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