mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove loading gif
Instead of an external gif, use the BusyIndicator that exists in the ActionButton.
This commit is contained in:
parent
801a43c874
commit
c11e0cecc8
5 changed files with 11 additions and 13 deletions
|
@ -130,5 +130,15 @@ Button
|
|||
height: parent.height
|
||||
|
||||
visible: false
|
||||
|
||||
RotationAnimator
|
||||
{
|
||||
target: busyIndicator.contentItem
|
||||
running: busyIndicator.visible && busyIndicator.running
|
||||
from: 0
|
||||
to: 360
|
||||
loops: Animation.Infinite
|
||||
duration: 2500
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue