1
0
Fork 0
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:
Dirk Hohndel 2016-12-27 09:22:05 -08:00
parent 3776c285e2
commit 53ce3ce3e3

View file

@ -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()
} }