Qt4 porting.

This commit is contained in:
mkr 2008-03-24 15:55:29 +00:00
parent 370c58a915
commit 56817348cf

View File

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