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>
This commit is contained in:
Dirk Hohndel 2016-02-11 12:43:32 -08:00
parent e189433a5d
commit dbc96b1db3

View file

@ -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