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