[vlc-devel] commit: Force to fix the size of GotoDialog. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Mar 15 19:51:02 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 15 00:35:13 2008 -0700| [944ddb5bc274ea3784498471a7965e51545e587f]

Force to fix the size of GotoDialog.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=944ddb5bc274ea3784498471a7965e51545e587f
---

 modules/gui/qt4/dialogs/gototime.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/gototime.cpp b/modules/gui/qt4/dialogs/gototime.cpp
index 48f3df3..bf1bc1f 100644
--- a/modules/gui/qt4/dialogs/gototime.cpp
+++ b/modules/gui/qt4/dialogs/gototime.cpp
@@ -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" ) );




More information about the vlc-devel mailing list