bug(StatusLoadingIndicator): Change Animator to Animation

Closes: #188
This commit is contained in:
B.Melnik 2021-06-25 15:35:55 +03:00 committed by Michał Cieślak
parent 46876b79b9
commit 1f875743eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ StatusIcon {
icon: "loading"
height: 17
width: 17
RotationAnimator {
RotationAnimation {
target: statusIcon;
from: 0;
to: 360;