From: gdd Date: Wed, 16 Mar 2011 10:36:43 +0000 (+0000) Subject: rnc: unset minimum size of generic hypothesis window in SMESH_GUI hypothesis, so... X-Git-Tag: Start_BR_19998_21191~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=396e119df01bd810d8011361dcdf01cb30d3495c;p=modules%2Fsmesh.git 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 --- diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx index 6fd08d29b..c97ed19b1 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx @@ -569,7 +569,7 @@ SMESHGUI_HypothesisDlg::SMESHGUI_HypothesisDlg( SMESHGUI_GenericHypothesisCreato myCreator( creator ) { setAttribute(Qt::WA_DeleteOnClose, true); - setMinimumSize( 300, height() ); + // setMinimumSize( 300, height() ); // setFixedSize( 300, height() ); QVBoxLayout* topLayout = new QVBoxLayout( mainFrame() ); topLayout->setMargin( 0 );