From 8c7a138b3e6b1f899f603f6cfeb57bba9ab5ae14 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Thu, 18 Feb 2016 13:59:03 +0200 Subject: make path flickable with all screen height Change-Id: I78e3465fbba07e013c2967180409353c9155c6df Reviewed-by: Teemu Holappa --- qml/LaunchScreen.qml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3