Commit 944ddb5b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Force to fix the size of GotoDialog.

parent 24657112
......@@ -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" ) );
......
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