From d58b1545e365534e36845eceedc3f142c5bbc7d6 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 4 Feb 2019 11:58:31 -0800 Subject: [PATCH] Fixing resizing issues --- qml/overlays/BulletinOverlay.qml | 1 - qml/overlays/ChatOverlay.qml | 1 - 2 files changed, 2 deletions(-) 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