From 53cfbe9305f47117868a56ca36e07bb1c68c3218 Mon Sep 17 00:00:00 2001 From: Philippe Lelong Date: Wed, 14 Dec 2016 12:50:29 +0100 Subject: [PATCH] put back the scale to 1 Signed-off-by: Philippe Lelong --- HomeScreen/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HomeScreen/qml/main.qml b/HomeScreen/qml/main.qml index 4a44f4c..c97702d 100644 --- a/HomeScreen/qml/main.qml +++ b/HomeScreen/qml/main.qml @@ -36,7 +36,7 @@ Window { anchors.centerIn: parent width: 1080 height: 1920 - scale: 0.5 + scale: 1 source: './images/AGL_HMI_Background_NoCar-01.png' ColumnLayout { -- 2.16.6