From f56e43874761b5d4eaa206604e2f4f3021b2450d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 15 Oct 2021 15:52:54 +0200 Subject: [PATCH] Fix broken references Just some things that the QML is complaining about. This actually did fix the spinning of the spinners. Contributes to issue CURA-8609. --- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 8e51cd2dd7..5d0f0dd922 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -234,7 +234,7 @@ Window Row { Layout.preferredWidth: parent.width - Layout.preferredHeight: contentRect.height + Layout.preferredHeight: childrenRect.height Label { @@ -342,6 +342,7 @@ Window UM.RecolorImage { + id: printerSpinner width: UM.Theme.getSize("section_icon").width height: width anchors.verticalCenter: parent.verticalCenter @@ -354,7 +355,7 @@ Window RotationAnimator { - target: printerStatusSyncingIcon + target: printerSpinner from: 0 to: 360 duration: 1000