]> git.sesse.net Git - vlc/commitdiff
Force to fix the size of GotoDialog.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Mar 2008 07:35:13 +0000 (00:35 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Mar 2008 18:51:08 +0000 (11:51 -0700)
modules/gui/qt4/dialogs/gototime.cpp

index 48f3df3a7acf0a4026414839720e4a3da15a90a7..bf1bc1f8f97bd330536b7bb3838f0ee3993ed309 100644 (file)
@@ -46,6 +46,7 @@ GotoTimeDialog::GotoTimeDialog( QWidget *parent, intf_thread_t *_p_intf)
     setWindowTitle( qtr( "Go to time" ) );
 
     QGridLayout *mainLayout = new QGridLayout( this );
+    mainLayout->setSizeConstraint( QLayout::SetFixedSize );
 
     QPushButton *gotoButton = new QPushButton( qtr( "&Go" ) );
     QPushButton *cancelButton = new QPushButton( qtr( "&Cancel" ) );