[vlc-commits] Qt: delay the progressBar longer

Jean-Baptiste Kempf git at videolan.org
Fri Feb 17 17:25:44 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 17 17:25:51 2012 +0100| [273beab319c3a384d123c1c572678a002e391943] | committer: Jean-Baptiste Kempf

Qt: delay the progressBar longer

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=273beab319c3a384d123c1c572678a002e391943
---

 modules/gui/qt4/dialogs/external.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/external.cpp b/modules/gui/qt4/dialogs/external.cpp
index 8c7a193..d5dc038 100644
--- a/modules/gui/qt4/dialogs/external.cpp
+++ b/modules/gui/qt4/dialogs/external.cpp
@@ -199,7 +199,7 @@ QVLCProgressDialog::QVLCProgressDialog (DialogHandler *parent,
         setWindowTitle (qfu(data->title));
 
     setWindowRole ("vlc-progress");
-    setMinimumDuration (300);
+    setMinimumDuration (1200);
     setValue( 0 );
 
     connect (this, SIGNAL(progressed(int)), SLOT(setValue(int)));



More information about the vlc-commits mailing list