aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Lelong <lelong.ph@meltemus.com>2016-12-14 12:50:29 +0100
committerPhilippe Lelong <lelong.ph@meltemus.com>2016-12-14 12:50:29 +0100
commit53cfbe9305f47117868a56ca36e07bb1c68c3218 (patch)
tree970aeee6934be1a0580c51b856f70b388e964d36
parentc5f5ce84f3991b02bdd9472d63b56fdbaf1a6c65 (diff)
put back the scale to 1
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
-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 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 {