mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:36:15 +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)
|
pageStack.push(detailsWindow)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
contextDrawer: Kirigami.ContextDrawer {
|
||||||
|
}
|
||||||
|
|
||||||
globalDrawer: Kirigami.GlobalDrawer {
|
globalDrawer: Kirigami.GlobalDrawer {
|
||||||
id: globalDrawer
|
id: globalDrawer
|
||||||
height: rootItem.height
|
height: rootItem.height
|
||||||
|
|
Loading…
Add table
Reference in a new issue