X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_Tools.cpp;h=8df14bdc35b74bfb93fce4cdb053f9ac5c302114;hb=7981678231adaa3ef7468d7564fef427cffdaf50;hp=ffb17b5c2b2560c666c15fa902234819e1d5da87;hpb=12866ad4430e2c7b4fe186d7117291e7aa09a18e;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_Tools.cpp b/src/ModuleBase/ModuleBase_Tools.cpp index ffb17b5c2..8df14bdc3 100644 --- a/src/ModuleBase/ModuleBase_Tools.cpp +++ b/src/ModuleBase/ModuleBase_Tools.cpp @@ -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)