Move "make active" label to proper location.

* It was missing its margin.

Reviewed-by: Roberto Raggi
This commit is contained in:
Tobias Hunger
2009-12-01 15:10:13 +01:00
parent e2a899e354
commit 74b0ee3f3c

View File

@@ -146,6 +146,7 @@ void BuildSettingsWidget::init()
}
m_makeActiveLabel = new QLabel(this);
m_makeActiveLabel->setContentsMargins(m_leftMargin, 4, 0, 4);
m_makeActiveLabel->setVisible(false);
vbox->addWidget(m_makeActiveLabel);