diff options
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 5 | ||||
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index f8b1744bd..2dac5aa2a 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -408,11 +408,6 @@ Kirigami.ScrollablePage { onVisibleChanged: { setupActions(); } - - Component.onCompleted: { - manager.finishSetup(); - setupActions(); - } } Controls.Label { diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 728a06d08..7e859936c 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -858,8 +858,10 @@ if you have network connectivity and want to sync your data to cloud storage."), rootItem.opacity = 1 manager.appendTextToLog("setting the defaultColumnWidth to " + Kirigami.Units.gridUnit * 21) pageStack.defaultColumnWidth = Kirigami.Units.gridUnit * 21 + manager.finishSetup() manager.appInitialized() } + /* TODO: Verify where opacity went to. Behavior on opacity { NumberAnimation { |