mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue