mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +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
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue