diff --git a/qml/overlays/BulletinOverlay.qml b/qml/overlays/BulletinOverlay.qml index 57d0690..e1e89e5 100644 --- a/qml/overlays/BulletinOverlay.qml +++ b/qml/overlays/BulletinOverlay.qml @@ -46,7 +46,6 @@ ColumnLayout { clip: true Layout.alignment: Qt.AlignLeft | Qt.AlignTop Layout.fillHeight: true - Layout.minimumWidth: parent.width Layout.fillWidth: true contentWidth: bulletin.width contentHeight: bulletin.height diff --git a/qml/overlays/ChatOverlay.qml b/qml/overlays/ChatOverlay.qml index 5bfba26..ae36eb5 100644 --- a/qml/overlays/ChatOverlay.qml +++ b/qml/overlays/ChatOverlay.qml @@ -18,7 +18,6 @@ ColumnLayout { clip: true Layout.alignment: Qt.AlignLeft | Qt.AlignTop Layout.fillHeight: true - Layout.minimumWidth: parent.width Layout.maximumWidth: parent.width Layout.fillWidth: true contentWidth: colMessages.width