aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 6762676f9..3b81c615e 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -219,7 +219,7 @@ MobileComponents.ApplicationWindow {
property Item stackView: pageStack
initialPage: DiveList {
anchors.fill: detailsPage
- id: diveDetails
+ id: diveList
opacity: 0
Behavior on opacity {
NumberAnimation {
@@ -273,7 +273,7 @@ MobileComponents.ApplicationWindow {
Component.onCompleted: {
manager.finishSetup();
rootItem.visible = true
- diveDetails.opacity = 1
+ diveList.opacity = 1
rootItem.opacity = 1
}
Behavior on opacity {