rnc: unset minimum size of generic hypothesis window in SMESH_GUI hypothesis, so that the minimum sizes set independently in each hypothesis window are now taken into account

This commit is contained in:
gdd 2011-03-16 10:36:43 +00:00
parent f2dd0cac12
commit 396e119df0

View File

@ -569,7 +569,7 @@ SMESHGUI_HypothesisDlg::SMESHGUI_HypothesisDlg( SMESHGUI_GenericHypothesisCreato
myCreator( creator ) myCreator( creator )
{ {
setAttribute(Qt::WA_DeleteOnClose, true); setAttribute(Qt::WA_DeleteOnClose, true);
setMinimumSize( 300, height() ); // setMinimumSize( 300, height() );
// setFixedSize( 300, height() ); // setFixedSize( 300, height() );
QVBoxLayout* topLayout = new QVBoxLayout( mainFrame() ); QVBoxLayout* topLayout = new QVBoxLayout( mainFrame() );
topLayout->setMargin( 0 ); topLayout->setMargin( 0 );