diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-10-19 16:08:14 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-23 22:45:30 +0100 |
commit | 2caaf8889bc43acada947223d72bd20f3dc297b3 (patch) | |
tree | 45c5d3ecd0a67f39aa39abebc84d2c89bf700364 /mobile-widgets | |
parent | 97e6494eeeca750667332e1279f5d4cfa1b99f80 (diff) | |
download | subsurface-2caaf8889bc43acada947223d72bd20f3dc297b3.tar.gz |
Mobile/filtering: make sure the header is top-most element
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-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 ea9c8f590..1e4d1cff4 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -367,6 +367,7 @@ Kirigami.ScrollablePage { id: filterHeader RowLayout { id: filterBar + z: 5 //make sure it sits on top states: [ State { name: "isVisible" |