From bac39b54828b115e6ff35b977479d5e48dfa6ab5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 28 Jan 2016 18:27:54 -0800 Subject: Better id for yet another QML item Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-mobile/qml') 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 { -- cgit v1.2.3-70-g09d2