From 7ccf50b894e1abb130d182fa0273788ec4f85eb9 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 16:56:04 +0300 Subject: app/Phone.qml: Use windows width and height Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: Id4dfa38eff220a94a2ae8f6c49e82a5e2787cdc2 --- app/Phone.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Phone.qml b/app/Phone.qml index 9ef99af..6b38f77 100644 --- a/app/Phone.qml +++ b/app/Phone.qml @@ -30,8 +30,8 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Screen.width - height: Screen.height + width: Window.width + height: Window.height //scale: screenInfo.scale_factor() scale: 1 -- cgit 1.2.3-korg