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 05:00:40 +0000
commit8c7a138b3e6b1f899f603f6cfeb57bba9ab5ae14 (patch)
treef45e1d3bb4cf08db85918ca938ac3c777d2559b5
parent8dac8f162f60f7f7359d6a7c6fbd091f2b8656c1 (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 a0ef627..70a625e 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)
@@ -48,7 +47,7 @@ Item {
}
highlightMoveDuration: 700
-
+ dragMargin: list.height
delegate: ApplicationIcon {
id: iconRoot;
width: list.cellWidth