[vlc-commits] Qt: delay the progressBar longer
Jean-Baptiste Kempf
git at videolan.org
Fri Feb 17 17:24:30 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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)));
More information about the vlc-commits
mailing list