diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-07 22:50:32 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-07 22:57:01 -0700 |
commit | 069cb8f6c5f47f2c007a39f4dd80272a0d05d056 (patch) | |
tree | efdad42f8bea3cd6b11cbf2593b481664686f6d3 /mobile-widgets/qml | |
parent | 1004ced28592137586beff53b2c307c0b4164c3f (diff) | |
download | subsurface-069cb8f6c5f47f2c007a39f4dd80272a0d05d056.tar.gz |
remove reference to non-existing object
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 4cc03849b..0bb981cd7 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -292,7 +292,6 @@ Kirigami.ApplicationWindow { property Item stackView: pageStack pageStack.initialPage: DiveList { - anchors.fill: detailsPage id: diveList opacity: 0 Behavior on opacity { |