diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-01-21 14:42:00 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-21 14:42:00 -0800 |
commit | 6459e455bc1fd7d44b9dcd5010ac8de9a8d0e095 (patch) | |
tree | d500ce6110f4bb8b7c3b9f6c9be7a80870678f14 /mobile-widgets | |
parent | 31471b12c0ba92e7fe4abbf7407efdf3cf37596f (diff) | |
download | subsurface-6459e455bc1fd7d44b9dcd5010ac8de9a8d0e095.tar.gz |
Revert "QML UI: steps towards working with Kirigami 2"
This reverts commit 53ce3ce3e3cc38555bf7f2a1e7540638e5d294f8.
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveDetails.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DiveDetails.qml b/mobile-widgets/qml/DiveDetails.qml index d6695c572..96e8fd993 100644 --- a/mobile-widgets/qml/DiveDetails.qml +++ b/mobile-widgets/qml/DiveDetails.qml @@ -218,8 +218,8 @@ Kirigami.Page { } Kirigami.OverlaySheet { id: detailsEditScroll - // anchors.fill: parent - onSheetOpenChanged: { + anchors.fill: parent + onOpenedChanged: { if (!opened) { endEditMode() } |