From 0e8ac7d8d9c2a1dc6389c6a55e2825cc55f69c53 Mon Sep 17 00:00:00 2001 From: Philippe Lelong Date: Fri, 16 Dec 2016 12:59:14 +0100 Subject: Merge branch 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 c97702d..4a44f4c 100644 --- a/HomeScreen/qml/main.qml +++ b/HomeScreen/qml/main.qml @@ -36,7 +36,7 @@ Window { anchors.centerIn: parent width: 1080 height: 1920 - scale: 1 + scale: 0.5 source: './images/AGL_HMI_Background_NoCar-01.png' ColumnLayout { -- cgit 1.2.3-korg