Revert "QML UI: steps towards working with Kirigami 2"

This reverts commit 53ce3ce3e3.
This commit is contained in:
Dirk Hohndel 2017-01-21 14:42:00 -08:00
parent 31471b12c0
commit 6459e455bc

View file

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