summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/main.qml')
-rw-r--r--homescreen/qml/main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml
index 11bd9d5..899cb6d 100644
--- a/homescreen/qml/main.qml
+++ b/homescreen/qml/main.qml
@@ -37,7 +37,7 @@ Window {
width: 1080
height: 1920
scale: 1.0
- source: './images/AGL_HMI_Background_NoCar-01.png'
+ source: './images/AGL_HMI_Blue_Background_NoCar-01.png'
ColumnLayout {
anchors.fill: parent
@@ -63,6 +63,7 @@ Window {
Layout.fillHeight: true
Layout.preferredHeight: 1920 - 218 - 215
visible: true
+ z: -1
}
MediaArea {