mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Revert "QML UI: steps towards working with Kirigami 2"
This reverts commit 53ce3ce3e3
.
This commit is contained in:
parent
31471b12c0
commit
6459e455bc
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ Kirigami.Page {
|
|||
}
|
||||
Kirigami.OverlaySheet {
|
||||
id: detailsEditScroll
|
||||
// anchors.fill: parent
|
||||
onSheetOpenChanged: {
|
||||
anchors.fill: parent
|
||||
onOpenedChanged: {
|
||||
if (!opened) {
|
||||
endEditMode()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue