From a3a28f6ec4b15b7258eb5295fca31f3e57a4fa0c Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 3 Jul 2020 12:19:26 +0300 Subject: Bug-AGL: SPEC-3348 Signed-off-by: Marius Vlad --- app/Dashboard.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Dashboard.qml b/app/Dashboard.qml index ad6aec4..3dbff3b 100644 --- a/app/Dashboard.qml +++ b/app/Dashboard.qml @@ -56,10 +56,10 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Window.width - height: Window.height - //scale: screenInfo.scale_factor() - scale: 1 + height: 1920 - 218 - 215 + width: 1080 + scale: (Screen.height / 1920.0) + Label { id: speed -- cgit 1.2.3-korg