X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fqml%2Fmain.qml;h=c97702d3922d2aa7de39ed4055201c94b3f77850;hb=53cfbe9305f47117868a56ca36e07bb1c68c3218;hp=143d649263dc8326d605e623194e0b40a2f5d825;hpb=f2b8bddb94a451c4bd822ef723a8b739236f4b4f;p=staging%2FHomeScreen.git diff --git a/HomeScreen/qml/main.qml b/HomeScreen/qml/main.qml index 143d649..c97702d 100644 --- a/HomeScreen/qml/main.qml +++ b/HomeScreen/qml/main.qml @@ -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