Home screen translation changes
[staging/HomeScreen.git] / HomeScreen / qml / main.qml
index 143d649..c97702d 100644 (file)
@@ -31,16 +31,12 @@ Window {
         id: launcher
     }
 
-    LayoutHandler {
-        id: layoutHandler
-    }
-
     Image {
         id: container
         anchors.centerIn: parent
         width: 1080
         height: 1920
-        scale: 1.0
+        scale: 1
         source: './images/AGL_HMI_Background_NoCar-01.png'
 
         ColumnLayout {
@@ -63,6 +59,7 @@ Window {
 
             Home {
                 id: appLauncherAreaLauncher
+                objectName: "Home"
                 Layout.fillWidth: true
                 Layout.fillHeight: true
                 Layout.preferredHeight: 1920 - 218 - 215