]> git.sesse.net Git - vlc/commitdiff
Qt4 - GOto TIme dialog. Adjustement in size.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 3 May 2007 19:31:13 +0000 (19:31 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 3 May 2007 19:31:13 +0000 (19:31 +0000)
modules/gui/qt4/dialogs/gototime.cpp

index f3803a9c257a2cf72c45b28e72af7e419e6f82ad..abd18ad2f36eaf54a99d0861d8e21c2ee94e0212 100644 (file)
@@ -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 );