Salome HOME
correct merge BR_hydro_v1_0_3 on BR_quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_LocalCSDlg.cxx
index 2b0168b310e023814d6389ad3712d1f0ab9b46af..18920b9412090ba2a51707cde70872f071a71d10 100644 (file)
@@ -36,6 +36,8 @@ HYDROGUI_LocalCSDlg::HYDROGUI_LocalCSDlg( HYDROGUI_Module* theModule, const QStr
   addWidget( aFrame, 1 );
 
   QGridLayout* aLayout = new QGridLayout( aFrame );
+  aLayout->setMargin( 5 );
+  aLayout->setSpacing( 5 );
 
   myLX = new QtxDoubleSpinBox( 0, RANGE, STEP, PREC, PREC, aFrame );
   myLX->setValue( 0.0 );