Salome HOME
0021177: EDF 1563 SMESH: Preview of mesh during a modification
authoreap <eap@opencascade.com>
Mon, 14 Mar 2011 09:48:51 +0000 (09:48 +0000)
committereap <eap@opencascade.com>
Mon, 14 Mar 2011 09:48:51 +0000 (09:48 +0000)
   fix layout: set "Generate groups" near "Copy Elements"

src/SMESHGUI/SMESHGUI_ScaleDlg.cxx

index a5bc816ef0e6f964be606c4b9e2d2a6a91d60f0e..28beab5629384f0f3c502102df30b72571fa98aa 100644 (file)
@@ -235,8 +235,8 @@ SMESHGUI_ScaleDlg::SMESHGUI_ScaleDlg( SMESHGUI* theModule ) :
   GroupArgumentsLayout->addWidget(TextLabel4,           5, 0);
   GroupArgumentsLayout->addWidget(SpinBox_FZ,           5, 3);
   GroupArgumentsLayout->addWidget(ActionBox,            7, 0, 3, 4);
-  GroupArgumentsLayout->addWidget(MakeGroupsCheck,      7, 5, 1, 4);
-  GroupArgumentsLayout->addWidget(LineEditNewMesh,      8, 5, 1, 4);
+  GroupArgumentsLayout->addWidget(MakeGroupsCheck,      8, 5, 1, 4);
+  GroupArgumentsLayout->addWidget(LineEditNewMesh,      9, 5, 1, 4);
   GroupArgumentsLayout->addWidget(myPreviewCheckBox,    10, 0);
 
   /***************************************************************/