X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fqml%2Fmain.qml;fp=HomeScreen%2Fqml%2Fmain.qml;h=4c65fb56882e794a00b6778cfb80d1d56b56381d;hp=6a515fcb6d9dd571767856c313b9f34ce3c3578c;hb=0e0d084324351d51dbb4e93dff47ce23aadd2171;hpb=62bb36ac9f6764c934c0fec673de56ead50dbdf6 diff --git a/HomeScreen/qml/main.qml b/HomeScreen/qml/main.qml index 6a515fc..4c65fb5 100644 --- a/HomeScreen/qml/main.qml +++ b/HomeScreen/qml/main.qml @@ -54,7 +54,7 @@ Window { Layout.fillHeight: true Layout.preferredHeight: 1920 - 218 - 215 - visible: true + visible: false } Home { @@ -62,7 +62,7 @@ Window { Layout.fillWidth: true Layout.fillHeight: true Layout.preferredHeight: 1920 - 218 - 215 - visible: false + visible: true } MediaArea {