Commit ff68b4c0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Small correction to previous commit. Sorry.

parent 5d9d238c
......@@ -50,7 +50,7 @@ GotoTimeDialog::GotoTimeDialog( intf_thread_t *_p_intf) : QVLCFrame( _p_intf )
QLabel *timeIntro = new
QLabel( "Enter below the desired time you want to go in the media." );
timeIntro->setWordWrap( true );
timeIntro->setAlignment( Qt::AlignHCenter, Qt::AlignVCenter );
timeIntro->setAlignment( Qt::AlignCenter );
timeEdit = new QTimeEdit();
timeEdit->setDisplayFormat( "hh : mm : ss" );
......
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