aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-11 12:43:32 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-11 12:43:32 -0800
commitdbc96b1db39b18efdb0f75223743a5e835dd8d0b (patch)
treed5d3e897412d3049706541ebf08e55f05f40559b /qt-mobile/qml
parente189433a5d79228b350d8f28f7822f6a767dfded (diff)
downloadsubsurface-dbc96b1db39b18efdb0f75223743a5e835dd8d0b.tar.gz
QML-UI: allow dive list to be pulled up above Action Button
This way you can fully interact with it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r--qt-mobile/qml/DiveList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml
index 8245f4d02..a7a7a1e53 100644
--- a/qt-mobile/qml/DiveList.qml
+++ b/qt-mobile/qml/DiveList.qml
@@ -167,6 +167,7 @@ MobileComponents.Page {
delegate: diveDelegate
boundsBehavior: Flickable.StopAtBounds
maximumFlickVelocity: parent.height * 5
+ bottomMargin: MobileComponents.Units.iconSizes.medium + MobileComponents.Units.gridUnit
cacheBuffer: 0 // seems to avoid empty rendered profiles
section.property: "dive.tripMeta"
section.criteria: ViewSection.FullString