aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/qml/main.qml
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-21 15:28:41 +0100
commitfeb7061094e6b08f61e468af4e49e375de32d979 (patch)
tree6b955655b42cd1a5dc867365be9f08eac4b4d23d /HomeScreen/qml/main.qml
parent113977cd22d48320a9c10ea579634354c13675cb (diff)
Compilation flag to avoid compil errors on ubuntusandbox/jobol/forgerock
Change-Id: I9efc077fe86fba50873d724682d02fa11df40980 Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
Diffstat (limited to 'HomeScreen/qml/main.qml')
-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 {