mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile/divelist: add context drawer
This is just pulling in the object so it can later be used on other pages. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3c2a192864
commit
2936d203e2
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ Kirigami.ApplicationWindow {
|
|||
pageStack.push(detailsWindow)
|
||||
}
|
||||
|
||||
contextDrawer: Kirigami.ContextDrawer {
|
||||
}
|
||||
|
||||
globalDrawer: Kirigami.GlobalDrawer {
|
||||
id: globalDrawer
|
||||
height: rootItem.height
|
||||
|
|
Loading…
Reference in a new issue