Salome HOME
Fix of IPAL19661 (Qt4 porting. Merge Nodes (Elements).Edit selected group.Selection...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Hypotheses.cxx
index b073f08158197d5d3a72e6b6fdc35810d6c3f82f..7d2d2561cfce00fa740955b271507363962ddd1f 100644 (file)
@@ -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 )