Apply busy indicator duration change of D22646 to the QQC2 style

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

This style is mainly used by Plasma Mobile, therefore requesting team review from that project as well.

Reviewers: #vdg, #plasma:_mobile, ngraham

Reviewed By: #vdg, ngraham

Subscribers: ngraham, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D22720
This commit is contained in:
Jonah Brüchert 2019-07-24 18:24:55 +02:00
parent af2a7fbf69
commit 31cd4f8d8e
No known key found for this signature in database
GPG Key ID: A81E075ABEC80A7E

View File

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