mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:49:02 +08:00
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:
parent
889000242d
commit
f56e438747
@ -234,7 +234,7 @@ Window
|
|||||||
Row
|
Row
|
||||||
{
|
{
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
Layout.preferredHeight: contentRect.height
|
Layout.preferredHeight: childrenRect.height
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
@ -342,6 +342,7 @@ Window
|
|||||||
|
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
{
|
{
|
||||||
|
id: printerSpinner
|
||||||
width: UM.Theme.getSize("section_icon").width
|
width: UM.Theme.getSize("section_icon").width
|
||||||
height: width
|
height: width
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
@ -354,7 +355,7 @@ Window
|
|||||||
|
|
||||||
RotationAnimator
|
RotationAnimator
|
||||||
{
|
{
|
||||||
target: printerStatusSyncingIcon
|
target: printerSpinner
|
||||||
from: 0
|
from: 0
|
||||||
to: 360
|
to: 360
|
||||||
duration: 1000
|
duration: 1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user