From: Marius Vlad Date: Fri, 29 May 2020 13:58:12 +0000 (+0300) Subject: Settings.qml: Use the windows width and height X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=24d77c16e8c4b56d38c4e301fd09efed80f7ae8b;p=apps%2Fsettings.git Settings.qml: Use the windows width and height Signed-off-by: Marius Vlad --- diff --git a/app/Settings.qml b/app/Settings.qml index 0bf6c3f..f257d8a 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -39,8 +39,8 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Screen.width - height: Screen.height + width: Window.width + height: Window.height scale: 1 StackView {