Merge pull request #5158 from Ultimaker/marketplace_use_busy_indicator

Remove loading gif
This commit is contained in:
Remco Burema 2019-01-17 16:17:00 +01:00 committed by GitHub
commit 98ce0caaef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 13 deletions

View file

@ -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
}
}
}