vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri 
Feb 17 17:22:31 2012 +0100| [3ea565f87aad70e9e3836366870f9796fd5a205f] | 
committer: Jean-Baptiste Kempf

Qt: delay the progressBar longer

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=3ea565f87aad70e9e3836366870f9796fd5a205f
---

 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)));

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to