diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-10-17 06:28:29 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-23 22:45:29 +0100 |
commit | 65aa6bc43b763f9b391a3f414c4cda76c6e52062 (patch) | |
tree | e873b404215e6d0b1d3e9fa64dc57399b26fe895 /mobile-widgets/qml/DiveList.qml | |
parent | 8f7633eff867e7d5437f9caf24e82f581bf624c0 (diff) | |
download | subsurface-65aa6bc43b763f9b391a3f414c4cda76c6e52062.tar.gz |
Mobile/filtering: make the search box an overlay
This way it stays at the top of the dive list.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index b81cc9ac8..b2dde0cd0 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -387,6 +387,7 @@ Kirigami.ScrollablePage { currentIndex: -1 delegate: diveDelegate header: filterHeader + headerPositioning: ListView.OverlayHeader boundsBehavior: Flickable.DragOverBounds maximumFlickVelocity: parent.height * 5 bottomMargin: Kirigami.Units.iconSizes.medium + Kirigami.Units.gridUnit |