mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 18:18:34 +05:00
rnc: unset minimum size of generic hypothesis window in SMESH_GUI hypothesis, so that the minimum sizes set independently in each hypothesis window are now taken into account
This commit is contained in:
parent
f2dd0cac12
commit
396e119df0
@ -569,7 +569,7 @@ SMESHGUI_HypothesisDlg::SMESHGUI_HypothesisDlg( SMESHGUI_GenericHypothesisCreato
|
|||||||
myCreator( creator )
|
myCreator( creator )
|
||||||
{
|
{
|
||||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||||
setMinimumSize( 300, height() );
|
// setMinimumSize( 300, height() );
|
||||||
// setFixedSize( 300, height() );
|
// setFixedSize( 300, height() );
|
||||||
QVBoxLayout* topLayout = new QVBoxLayout( mainFrame() );
|
QVBoxLayout* topLayout = new QVBoxLayout( mainFrame() );
|
||||||
topLayout->setMargin( 0 );
|
topLayout->setMargin( 0 );
|
||||||
|
Loading…
Reference in New Issue
Block a user