Salome HOME
Edit operation correction.
[modules/shaper.git] / src / ModuleBase / ModuleBase_Tools.cpp
index ffb17b5c2b2560c666c15fa902234819e1d5da87..8df14bdc35b74bfb93fce4cdb053f9ac5c302114 100644 (file)
@@ -24,8 +24,8 @@ void adjustMargins(QLayout* theLayout)
 {
   if(!theLayout)
     return;
-  theLayout->setContentsMargins(5, 5, 5, 5);
-  theLayout->setSpacing(5);
+  theLayout->setContentsMargins(2, 5, 5, 2);
+  theLayout->setSpacing(4);
 }
 
 void zeroMargins(QWidget* theWidget)