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

Qt4 - GOto TIme dialog. Adjustement in size.

parent 22101ad9
......@@ -42,7 +42,7 @@ GotoTimeDialog::GotoTimeDialog( intf_thread_t *_p_intf) : QVLCFrame( _p_intf )
{
setWindowFlags( Qt::Tool );
setWindowTitle( qtr( "Go to Time" ) );
resize( 250, 180 );
resize( 260, 160 );
QGridLayout *mainLayout = new QGridLayout( this );
......
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