mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Mobile/filtering: make sure the header is top-most element
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
97e6494eee
commit
2caaf8889b
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ Kirigami.ScrollablePage {
|
|||
id: filterHeader
|
||||
RowLayout {
|
||||
id: filterBar
|
||||
z: 5 //make sure it sits on top
|
||||
states: [
|
||||
State {
|
||||
name: "isVisible"
|
||||
|
|
Loading…
Add table
Reference in a new issue