Salome HOME
Qt4 porting.
authormkr <mkr@opencascade.com>
Mon, 24 Mar 2008 15:55:29 +0000 (15:55 +0000)
committermkr <mkr@opencascade.com>
Mon, 24 Mar 2008 15:55:29 +0000 (15:55 +0000)
src/SMESHGUI/SMESHGUI_Hypotheses.cxx

index b073f08158197d5d3a72e6b6fdc35810d6c3f82f..adadbfb76cbf39b359f5578ead48150ace5323d5 100644 (file)
@@ -152,7 +152,7 @@ bool SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_
     Dlg->setObjectName( theHypName );
     Dlg->setHIcon( icon() );
     Dlg->setType( type() );
-    Dlg->setMinimumSize( 300, Dlg->minimumSizeHint().height() );
+    Dlg->setMinimumSize( Dlg->minimumSizeHint().width(), Dlg->minimumSizeHint().height() );
     retrieveParams();
     Dlg->show();
     if ( !myEventLoop )