mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge pull request #5158 from Ultimaker/marketplace_use_busy_indicator
Remove loading gif
This commit is contained in:
commit
98ce0caaef
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