mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
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…
Add table
Add a link
Reference in a new issue