mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Qt4 porting.
This commit is contained in:
parent
370c58a915
commit
56817348cf
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user