X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MoveNodesDlg.cxx;h=1d39661bc87d946c712bb81f22fe2b498e533bb0;hb=d89e6d67446bd267aeb209e007da1a338db3f4e8;hp=131e60b9fac739318c6186be7d144ad33e9fdd6e;hpb=d303154d91eb916a55ac93a372cbdb918aa18d14;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx b/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx index 131e60b9f..1d39661bc 100644 --- a/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx @@ -70,6 +70,7 @@ #include #include #include +#include // IDL includes #include @@ -158,6 +159,7 @@ QWidget* SMESHGUI_MoveNodesDlg::createMainFrame (QWidget* theParent) //------------------------------------------------------------ QGroupBox* aPixGrp = new QGroupBox(tr("MESH_NODE"), aFrame); + QButtonGroup* aBtnGrp = new QButtonGroup(this); QHBoxLayout* aPixGrpLayout = new QHBoxLayout(aPixGrp); aPixGrpLayout->setSpacing(SPACING); aPixGrpLayout->setMargin(MARGIN); @@ -167,7 +169,7 @@ QWidget* SMESHGUI_MoveNodesDlg::createMainFrame (QWidget* theParent) aRBut->setChecked(true); aPixGrpLayout->addWidget(aRBut); - aPixGrpLayout->addStretch(); + aBtnGrp->addButton(aRBut, 0); //------------------------------------------------------------ QGroupBox* anIdGrp = new QGroupBox(tr("SMESH_MOVE"), aFrame);