Commit 273beab3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: delay the progressBar longer

parent eeac7c94
......@@ -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)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment