|
|
@@ -35,8 +35,7 @@ void VToolBox::setupUI()
|
|
|
QVBoxLayout *mainLayout = new QVBoxLayout();
|
|
|
mainLayout->addWidget(wid);
|
|
|
mainLayout->addLayout(m_widgetLayout);
|
|
|
- int margin = 2 * VUtils::calculateScaleFactor();
|
|
|
- mainLayout->setContentsMargins(margin, 0, margin, 0);
|
|
|
+ mainLayout->setContentsMargins(3, 0, 3, 0);
|
|
|
|
|
|
setLayout(mainLayout);
|
|
|
}
|