summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-27 09:22:05 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-27 09:22:05 -0800
commit53ce3ce3e3cc38555bf7f2a1e7540638e5d294f8 (patch)
treeb7c84f4c7f3383014e4b6d57720a0d5da5a2a9e7 /mobile-widgets
parent3776c285e22de7153ad00d8c0cf8cee1b5dc929f (diff)
downloadsubsurface-53ce3ce3e3cc38555bf7f2a1e7540638e5d294f8.tar.gz
QML UI: steps towards working with Kirigami 2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 96e8fd993..d6695c572 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
- onOpenedChanged: {
+ // anchors.fill: parent
+ onSheetOpenChanged: {
if (!opened) {
endEditMode()
}