From 227885a25ffa700af7e5d02b8120eb3873240936 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 16:51:07 +0300 Subject: Dashboard.qml: Use window instead screen widthd and height Bug-AGL: SPEC-3379, SPEC-3447 Signed-off-by: Marius Vlad Change-Id: Ic086efa53d8ceea4b750540ae85f74ec57f16b3d --- app/Dashboard.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Dashboard.qml') diff --git a/app/Dashboard.qml b/app/Dashboard.qml index a21bf6c..ad6aec4 100644 --- a/app/Dashboard.qml +++ b/app/Dashboard.qml @@ -56,8 +56,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