mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +00:00
QML UI: steps towards working with Kirigami 2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3776c285e2
commit
53ce3ce3e3
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ Kirigami.Page {
|
|||
}
|
||||
Kirigami.OverlaySheet {
|
||||
id: detailsEditScroll
|
||||
anchors.fill: parent
|
||||
onOpenedChanged: {
|
||||
// anchors.fill: parent
|
||||
onSheetOpenChanged: {
|
||||
if (!opened) {
|
||||
endEditMode()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue