Salome HOME
Update Filters data model using the previous filters implementation: filter arguments...
[modules/shaper.git] / src / ModuleBase / ModuleBase_ChoiceCtrl.cpp
index 48cf5304f5e4fbd1408813d1b08fdf09e1c1e5de..1c887faa49d28a30870458d79fff76f5d171c3bf 100644 (file)
@@ -37,7 +37,7 @@ ModuleBase_ChoiceCtrl::ModuleBase_ChoiceCtrl(QWidget* theParent,
  : QWidget(theParent), myType(theType)
 {
   QHBoxLayout* aLayout = new QHBoxLayout(this);
-  ModuleBase_Tools::adjustMargins(aLayout);
+  aLayout->setContentsMargins(0, 0, 0, 0);
 
   switch (myType) {
   case RadioButtons: