Disable scrolling on launcher 09/7709/1
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Tue, 20 Dec 2016 10:47:32 +0000 (19:47 +0900)
committerTasuku Suzuki <tasuku.suzuki@qt.io>
Tue, 20 Dec 2016 10:47:32 +0000 (19:47 +0900)
Change-Id: I6ce2876ea9d9e14f647be3191e22805ae6a10036
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
HomeScreen/qml/Home.qml

index 301fdbd..142e7f5 100644 (file)
@@ -38,6 +38,7 @@ Item {
         height: cellHeight * 3
         cellWidth: 320
         cellHeight: 320
         height: cellHeight * 3
         cellWidth: 320
         cellHeight: 320
+        interactive: false
 
         model: ApplicationModel {}
         delegate: MouseArea {
 
         model: ApplicationModel {}
         delegate: MouseArea {