mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
sync with mobilecomponents 9d8bf6d77d
- Fixes interactivity in context drawer. - These are mostly cleanups that have been done pre-merge of these components. This now is the state of master in plasma-mobile. - makes navigation a bit more intuitive Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
72411eee63
commit
b6f5f235f0
9 changed files with 74 additions and 62 deletions
|
|
@ -38,9 +38,9 @@ ApplicationWindow {
|
|||
property alias initialPage: __pageStack.initialPage
|
||||
|
||||
/**
|
||||
* The stack used to allocate the pages nd to manage the transitions
|
||||
* The stack used to allocate the pages and to manage the transitions
|
||||
* between them.
|
||||
* It's using a PageRow, while having the same aPI as PageStack,
|
||||
* It's using a PageRow, while having the same API as PageStack,
|
||||
* it positions the pages as adjacent columns, with as many columns
|
||||
* as can fit in the screen. An handheld device would usually have a single
|
||||
* fullscreen column, a tablet device would have many tiled columns.
|
||||
|
|
@ -57,11 +57,6 @@ ApplicationWindow {
|
|||
event.accepted = true;
|
||||
}
|
||||
}
|
||||
onLastVisiblePageChanged: {
|
||||
if (lastVisiblePage != null) {
|
||||
pop(lastVisiblePage)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
property AbstractDrawer globalDrawer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue