From: Marius Vlad Date: Fri, 29 May 2020 13:58:12 +0000 (+0300) Subject: Settings.qml: Use the windows width and height X-Git-Tag: 9.99.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F24847%2F1;p=apps%2Fsettings.git Settings.qml: Use the windows width and height Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: I912a87ad872258c14ace7a6adce1be300944bca2 --- 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 {