diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-11 12:43:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-11 12:43:32 -0800 |
commit | dbc96b1db39b18efdb0f75223743a5e835dd8d0b (patch) | |
tree | d5d3e897412d3049706541ebf08e55f05f40559b /qt-mobile/qml | |
parent | e189433a5d79228b350d8f28f7822f6a767dfded (diff) | |
download | subsurface-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.qml | 1 |
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 |