From: Philippe Lelong Date: Wed, 14 Dec 2016 11:50:29 +0000 (+0100) Subject: put back the scale to 1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=commitdiff_plain;h=53cfbe9305f47117868a56ca36e07bb1c68c3218 put back the scale to 1 Signed-off-by: Philippe Lelong --- 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 {