summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2016-02-18 13:59:03 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2016-02-19 08:13:08 +0000
commit705c6f36fde31fb2286dc26776411bd281dcf7b5 (patch)
treea593a9dd5a7e9b47f345c4ff9488e7a90d3fb2f1
parent445376a963b704a3536661389ab5ecd0dac62bf7 (diff)
make path flickable with all screen height
Change-Id: I78e3465fbba07e013c2967180409353c9155c6df Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--qml/LaunchScreen.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/qml/LaunchScreen.qml b/qml/LaunchScreen.qml
index bf21ae2..9638994 100644
--- a/qml/LaunchScreen.qml
+++ b/qml/LaunchScreen.qml
@@ -30,7 +30,6 @@ Item {
y: 10
width: parent.width
height: parent.height
-
property real cellWidth: (list.width - (root.itemsPerScreen - 1) /** list.spacing*/) / root.itemsPerScreen
property real cellHeight: (list.height / root.itemsPerScreen)
@@ -49,7 +48,7 @@ Item {
}
highlightMoveDuration: 700
-
+ dragMargin: list.height
delegate: ApplicationIcon {
id: iconRoot;
width: list.cellWidth