mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-03 15:43:09 +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 {
|
Kirigami.OverlaySheet {
|
||||||
id: detailsEditScroll
|
id: detailsEditScroll
|
||||||
// anchors.fill: parent
|
anchors.fill: parent
|
||||||
onSheetOpenChanged: {
|
onOpenedChanged: {
|
||||||
if (!opened) {
|
if (!opened) {
|
||||||
endEditMode()
|
endEditMode()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue