From 65aa6bc43b763f9b391a3f414c4cda76c6e52062 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 17 Oct 2018 06:28:29 -0400 Subject: [PATCH] Mobile/filtering: make the search box an overlay This way it stays at the top of the dive list. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 1 + 1 file changed, 1 insertion(+) 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