@ -20,7 +20,9 @@ QLayout *CUIComponentBaseContainerWidget::getLayout(CUIConfig *conf)
} else if (layoutConf == "QVBoxLayout") {
layout = new QHBoxLayout;
} else {
layout = new QVBoxLayout;
}
layout->setSpacing(0);
layout->setMargin(0);
return layout;
@ -20,7 +20,9 @@ QLayout *CUIComponentBaseWidget::getLayout(CUIConfig *conf)