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
bdf26e2831
commit
370c58a915
@ -152,6 +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() );
|
||||||
retrieveParams();
|
retrieveParams();
|
||||||
Dlg->show();
|
Dlg->show();
|
||||||
if ( !myEventLoop )
|
if ( !myEventLoop )
|
||||||
|
Loading…
Reference in New Issue
Block a user