mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
Kirigami.OverlaySheet {
|
||||||
id: detailsEditScroll
|
id: detailsEditScroll
|
||||||
anchors.fill: parent
|
// anchors.fill: parent
|
||||||
onOpenedChanged: {
|
onSheetOpenChanged: {
|
||||||
if (!opened) {
|
if (!opened) {
|
||||||
endEditMode()
|
endEditMode()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue