aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/main.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-19 15:05:20 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-19 15:06:49 +0900
commit63e7ab867c75ac550b923815955e6dae3f0da984 (patch)
tree55edf9dfe3c28536ef04758d5b0c159b9d1ee4f6 /homescreen/qml/main.qml
parent14e3586827071d1d2ed822ef452f6513cf01044e (diff)
Delete launcher icon area from HomeScreen
Delete Home QML file from main.qml. Change Home shortcut icon to launcher. Change-Id: Id1b3ffbbd24ee587a1d3bab1f86c90809bfc1209 Task-AGL: SPEC-1518 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'homescreen/qml/main.qml')
-rw-r--r--homescreen/qml/main.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml
index 8417de0..1312e87 100644
--- a/homescreen/qml/main.qml
+++ b/homescreen/qml/main.qml
@@ -50,16 +50,7 @@ Window {
Layout.fillHeight: true
Layout.preferredHeight: 1920 - 218 - 215
- visible: false
- }
-
- Home {
- id: appLauncherAreaLauncher
- Layout.fillWidth: true
- Layout.fillHeight: true
- Layout.preferredHeight: 1920 - 218 - 215
visible: true
- z: -1
}
MediaArea {