From 23962251f90b3a796009dc4a76e880429d501d55 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 Signed-off-by: Marius Vlad --- app/Dashboard.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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