]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Few GUI modifications related to the Create Polyline functionality. BR_hydro_v_0_1
authorouv <ouv@opencascade.com>
Fri, 20 Sep 2013 15:32:39 +0000 (15:32 +0000)
committerouv <ouv@opencascade.com>
Fri, 20 Sep 2013 15:32:39 +0000 (15:32 +0000)
src/CurveCreator/CurveCreator_Widget.cxx

index 132857ca0a6f9112071b12d2d8c6bcad14448902..f75c02835e0e5c61d8e67a2acea94a802bcb01a2 100644 (file)
@@ -176,10 +176,14 @@ CurveCreator_Widget::CurveCreator_Widget(QWidget* parent,
     connect( anAct, SIGNAL(triggered()), this, SLOT(onJoinAll()) );
 
     QVBoxLayout* aSectLayout = new QVBoxLayout();
+    aSectLayout->setMargin( 5 );
+    aSectLayout->setSpacing( 5 );
     aSectLayout->addWidget(aTB);
     aSectLayout->addWidget(mySectionView);
     aSectionGroup->setLayout(aSectLayout);
     QVBoxLayout* aLay = new QVBoxLayout();
+    aLay->setMargin( 0 );
+    aLay->setSpacing( 5 );
 //    aLay->addLayout(aNameLayout);
     aLay->addWidget(aSectionGroup);
     setLayout(aLay);