qrc
[mdictionary] / src / mdictionary / gui / SearchBarWidget.cpp
index 81795d5..88645b1 100644 (file)
@@ -371,7 +371,7 @@ void SearchBarWidget::setBusy() {
     if(busy) return;
 
 #ifndef Q_WS_MAEMO_5
-    busyTimer->start(500);
+    busyTimer->start(50);
     emit setButtonText(tr("Stop"));
     this->setMaximumHeight(88);
     progressBar->show();
@@ -399,7 +399,7 @@ void SearchBarWidget::updateBusyTimer(){
         emit progresSetValue2(100);
         progressMax=true;
     }
-    busyTimer->start(500);
+    busyTimer->start(50);
 }
 
 void SearchBarWidget::setIdle() {