From 385495d74fe62bc227f82dfbb7ca84f4d50457a5 Mon Sep 17 00:00:00 2001 From: Alexandra Betouni Date: Thu, 23 Jun 2022 18:28:30 +0300 Subject: [PATCH] fix(AppLayout): Window resizing is not adjusting layout Closes #6222 --- ui/app/mainui/AppMain.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/mainui/AppMain.qml b/ui/app/mainui/AppMain.qml index dbdb7a7521..70c6acd72d 100644 --- a/ui/app/mainui/AppMain.qml +++ b/ui/app/mainui/AppMain.qml @@ -444,7 +444,7 @@ Item { Item { - width: parent.width + Layout.fillWidth: true Layout.fillHeight: true StackLayout {