Fixing resizing issues

This commit is contained in:
Sarah Jamie Lewis 2019-02-04 11:58:31 -08:00
parent 7609cc3d04
commit d58b1545e3
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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