diff --git a/widgets/actionlabel.cpp b/widgets/actionlabel.cpp index 1f0c8e7b1..33560bca0 100644 --- a/widgets/actionlabel.cpp +++ b/widgets/actionlabel.cpp @@ -89,7 +89,7 @@ void ActionLabel::startAnimation() { count=0; setPixmap(*theIcons[0]); - timer->start(1000/constNumIcons); + timer->start(2000/constNumIcons); } void ActionLabel::stopAnimation()