fix(AppLayout): Window resizing is not adjusting layout

Closes #6222
This commit is contained in:
Alexandra Betouni 2022-06-23 18:28:30 +03:00 committed by Iuri Matias
parent 46d47e3746
commit 385495d74f

View File

@ -444,7 +444,7 @@ Item {
Item {
width: parent.width
Layout.fillWidth: true
Layout.fillHeight: true
StackLayout {