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.
This commit is contained in:
Ghostkeeper 2021-10-15 15:52:54 +02:00
parent 889000242d
commit f56e438747
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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