aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-12-16 09:54:44 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-12-16 15:22:32 +0100
commit3229ea60e77fc9af992d83d73cb95364fd7c3733 (patch)
tree6c29c2f6cd1c9cd676b43cb61860bff103d23751 /HomeScreen
parent2d9f6ea7cb34c7c4fc99e5e2c28f49b0f5130cd4 (diff)
Compilation flag to avoid compil errors on ubuntu
Change-Id: I9efc077fe86fba50873d724682d02fa11df40980 Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
Diffstat (limited to 'HomeScreen')
-rw-r--r--HomeScreen/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
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 {