[Busy Indicator] Match duration of QQC2-desktop-style version

Summary: Match the duration (2 seconds) that was set in D22630.

Reviewers: broulik, #vdg

Reviewed By: broulik

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D22646
This commit is contained in:
Nate Graham 2019-07-22 07:52:50 -06:00
parent a965fa4cb8
commit 28bc0f3ea1

View File

@ -48,7 +48,7 @@ BusyIndicatorStyle {
id: rotationAnimator
from: 0
to: 360
duration: 1500
duration: 2000
running: control.running && control.visible && control.opacity > 0;
loops: Animation.Infinite
}