mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
0021177: EDF 1563 SMESH: Preview of mesh during a modification
fix layout: set "Generate groups" near "Copy Elements"
This commit is contained in:
parent
3ce08c8e48
commit
8fd9904246
@ -235,8 +235,8 @@ SMESHGUI_ScaleDlg::SMESHGUI_ScaleDlg( SMESHGUI* theModule ) :
|
|||||||
GroupArgumentsLayout->addWidget(TextLabel4, 5, 0);
|
GroupArgumentsLayout->addWidget(TextLabel4, 5, 0);
|
||||||
GroupArgumentsLayout->addWidget(SpinBox_FZ, 5, 3);
|
GroupArgumentsLayout->addWidget(SpinBox_FZ, 5, 3);
|
||||||
GroupArgumentsLayout->addWidget(ActionBox, 7, 0, 3, 4);
|
GroupArgumentsLayout->addWidget(ActionBox, 7, 0, 3, 4);
|
||||||
GroupArgumentsLayout->addWidget(MakeGroupsCheck, 7, 5, 1, 4);
|
GroupArgumentsLayout->addWidget(MakeGroupsCheck, 8, 5, 1, 4);
|
||||||
GroupArgumentsLayout->addWidget(LineEditNewMesh, 8, 5, 1, 4);
|
GroupArgumentsLayout->addWidget(LineEditNewMesh, 9, 5, 1, 4);
|
||||||
GroupArgumentsLayout->addWidget(myPreviewCheckBox, 10, 0);
|
GroupArgumentsLayout->addWidget(myPreviewCheckBox, 10, 0);
|
||||||
|
|
||||||
/***************************************************************/
|
/***************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user