mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:23:25 +00:00
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:
parent
e189433a5d
commit
dbc96b1db3
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ MobileComponents.Page {
|
||||||
delegate: diveDelegate
|
delegate: diveDelegate
|
||||||
boundsBehavior: Flickable.StopAtBounds
|
boundsBehavior: Flickable.StopAtBounds
|
||||||
maximumFlickVelocity: parent.height * 5
|
maximumFlickVelocity: parent.height * 5
|
||||||
|
bottomMargin: MobileComponents.Units.iconSizes.medium + MobileComponents.Units.gridUnit
|
||||||
cacheBuffer: 0 // seems to avoid empty rendered profiles
|
cacheBuffer: 0 // seems to avoid empty rendered profiles
|
||||||
section.property: "dive.tripMeta"
|
section.property: "dive.tripMeta"
|
||||||
section.criteria: ViewSection.FullString
|
section.criteria: ViewSection.FullString
|
||||||
|
|
Loading…
Add table
Reference in a new issue