summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-29 20:24:34 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-29 20:24:34 -0500
commit501f8ba6a486c0a79d563f08403792a0f3279ca9 (patch)
treed1a5582507ec5f631cec3c7d3be744e370b27f69 /qt-mobile/qml/main.qml
parenta11e719f1a754194d00406857fb195b4b41cbd4d (diff)
downloadsubsurface-501f8ba6a486c0a79d563f08403792a0f3279ca9.tar.gz
QML UI: remove a few obsolete properties and references
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index bb48d4cb7..439986dee 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -259,7 +259,6 @@ MobileComponents.ApplicationWindow {
property Item stackView: pageStack
initialPage: DiveList {
- anchors.fill: detailsPage
id: diveList
opacity: 0
Behavior on opacity {