diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2016-12-26 10:42:40 +0900 |
---|---|---|
committer | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2016-12-26 10:42:40 +0900 |
commit | 0e0d084324351d51dbb4e93dff47ce23aadd2171 (patch) | |
tree | 269774626bf8a65d3e425f81f71ccfd27fed00d3 | |
parent | 62bb36ac9f6764c934c0fec673de56ead50dbdf6 (diff) |
Show launcher by default
Change-Id: Ied0756767f746a8eb9009d8a2e9b0b2780f595f6
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
-rw-r--r-- | HomeScreen/qml/main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |