mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 22:40:35 +05:00
Fixing of IPAL19511 (Qt4 porting. View button of selection in Symmetry window is wrong).
This commit is contained in:
parent
d4a2b286c0
commit
1161e2c4bc
@ -219,8 +219,8 @@ SMESHGUI_SymmetryDlg::SMESHGUI_SymmetryDlg( SMESHGUI* theModule )
|
||||
GroupArgumentsLayout->addWidget(CheckBoxMesh, 1, 0, 1, 4);
|
||||
GroupArgumentsLayout->addWidget(GroupMirror, 2, 0, 1, 4);
|
||||
GroupArgumentsLayout->addWidget(ActionBox, 3, 0, 3, 3);
|
||||
GroupArgumentsLayout->addWidget(MakeGroupsCheck, 4, 4);
|
||||
GroupArgumentsLayout->addWidget(LineEditNewMesh, 5, 4);
|
||||
GroupArgumentsLayout->addWidget(MakeGroupsCheck, 4, 3);
|
||||
GroupArgumentsLayout->addWidget(LineEditNewMesh, 5, 3);
|
||||
|
||||
/***************************************************************/
|
||||
GroupButtons = new QGroupBox(this);
|
||||
|
Loading…
Reference in New Issue
Block a user