summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 14:42:00 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 14:42:00 -0800
commit6459e455bc1fd7d44b9dcd5010ac8de9a8d0e095 (patch)
treed500ce6110f4bb8b7c3b9f6c9be7a80870678f14 /mobile-widgets
parent31471b12c0ba92e7fe4abbf7407efdf3cf37596f (diff)
downloadsubsurface-6459e455bc1fd7d44b9dcd5010ac8de9a8d0e095.tar.gz
Revert "QML UI: steps towards working with Kirigami 2"
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveDetails.qml4
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()
}