From: Marius Vlad Date: Fri, 29 May 2020 10:36:35 +0000 (+0300) Subject: Launcher.qml: Use Window widths/heights instead of using the Screen X-Git-Tag: 9.99.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=357e64291ddb7a7dcb644f307a86fa544807ca14;p=apps%2Flauncher.git Launcher.qml: Use Window widths/heights instead of using the Screen Bug-AGL: SPEC-3379 Signed-off-by: Marius Vlad Change-Id: Ie6ef5238953ad28de2b53476a61a5c547a7ecc9c --- diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml index 27b0d3d..347cdfb 100644 --- a/launcher/qml/Launcher.qml +++ b/launcher/qml/Launcher.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