Skip to content
Snippets Groups Projects
Commit 74b0ee3f authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Move "make active" label to proper location.

  * It was missing its margin.

Reviewed-by: Roberto Raggi
parent e2a899e3
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment