From 89a6741e348b1b3c47dd8e47337f338a9e2c7331 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 16:58:12 +0300 Subject: Settings.qml: Use the windows width and height Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: I912a87ad872258c14ace7a6adce1be300944bca2 --- app/Settings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- cgit 1.2.3-korg