From: Tasuku Suzuki Date: Mon, 26 Dec 2016 01:42:40 +0000 (+0900) Subject: Show launcher by default X-Git-Tag: 3.0.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=commitdiff_plain;h=0e0d084324351d51dbb4e93dff47ce23aadd2171 Show launcher by default Change-Id: Ied0756767f746a8eb9009d8a2e9b0b2780f595f6 Signed-off-by: Tasuku Suzuki --- 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 {