From 2900bcb6844df91d73bd62842747f39f91b15fa2 Mon Sep 17 00:00:00 2001 From: craig Date: Sat, 21 Jan 2012 22:58:23 +0000 Subject: [PATCH] Slow animation --- widgets/actionlabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()