X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Hypotheses.cxx;h=7d2d2561cfce00fa740955b271507363962ddd1f;hb=d05cb1cde618eff98caad711d6140437baaa3a3f;hp=b073f08158197d5d3a72e6b6fdc35810d6c3f82f;hpb=370c58a915b61fc63d4bb59c0e5d9ad102c170c1;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx index b073f0815..7d2d2561c 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx @@ -152,7 +152,6 @@ bool SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_ Dlg->setObjectName( theHypName ); Dlg->setHIcon( icon() ); Dlg->setType( type() ); - Dlg->setMinimumSize( 300, Dlg->minimumSizeHint().height() ); retrieveParams(); Dlg->show(); if ( !myEventLoop )