X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fqml%2Fmain.qml;h=4c65fb56882e794a00b6778cfb80d1d56b56381d;hb=0e0d084324351d51dbb4e93dff47ce23aadd2171;hp=143d649263dc8326d605e623194e0b40a2f5d825;hpb=f2b8bddb94a451c4bd822ef723a8b739236f4b4f;p=staging%2FHomeScreen.git diff --git a/HomeScreen/qml/main.qml b/HomeScreen/qml/main.qml index 143d649..4c65fb5 100644 --- a/HomeScreen/qml/main.qml +++ b/HomeScreen/qml/main.qml @@ -31,10 +31,6 @@ Window { id: launcher } - LayoutHandler { - id: layoutHandler - } - Image { id: container anchors.centerIn: parent @@ -58,7 +54,7 @@ Window { Layout.fillHeight: true Layout.preferredHeight: 1920 - 218 - 215 - visible: true + visible: false } Home { @@ -66,7 +62,7 @@ Window { Layout.fillWidth: true Layout.fillHeight: true Layout.preferredHeight: 1920 - 218 - 215 - visible: false + visible: true } MediaArea {