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

This reverts commit 53ce3ce3e3cc38555bf7f2a1e7540638e5d294f8.
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 {
id: detailsEditScroll
// anchors.fill: parent
onSheetOpenChanged: {
anchors.fill: parent
onOpenedChanged: {
if (!opened) {
endEditMode()
}