mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Better id for yet another QML item
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c52769a90f
commit
bac39b5482
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ MobileComponents.ApplicationWindow {
|
||||||
property Item stackView: pageStack
|
property Item stackView: pageStack
|
||||||
initialPage: DiveList {
|
initialPage: DiveList {
|
||||||
anchors.fill: detailsPage
|
anchors.fill: detailsPage
|
||||||
id: diveDetails
|
id: diveList
|
||||||
opacity: 0
|
opacity: 0
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
|
@ -273,7 +273,7 @@ MobileComponents.ApplicationWindow {
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
manager.finishSetup();
|
manager.finishSetup();
|
||||||
rootItem.visible = true
|
rootItem.visible = true
|
||||||
diveDetails.opacity = 1
|
diveList.opacity = 1
|
||||||
rootItem.opacity = 1
|
rootItem.opacity = 1
|
||||||
}
|
}
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
|
|
Loading…
Add table
Reference in a new issue