]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Qt4 porting.
authormkr <mkr@opencascade.com>
Mon, 24 Mar 2008 07:11:19 +0000 (07:11 +0000)
committermkr <mkr@opencascade.com>
Mon, 24 Mar 2008 07:11:19 +0000 (07:11 +0000)
src/SMESHGUI/SMESHGUI_Hypotheses.cxx

index 7d2d2561cfce00fa740955b271507363962ddd1f..b073f08158197d5d3a72e6b6fdc35810d6c3f82f 100644 (file)
@@ -152,6 +152,7 @@ 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 )