forked from qt-creator/qt-creator
Move "make active" label to proper location.
* It was missing its margin. Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -146,6 +146,7 @@ void BuildSettingsWidget::init()
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_makeActiveLabel = new QLabel(this);
|
m_makeActiveLabel = new QLabel(this);
|
||||||
|
m_makeActiveLabel->setContentsMargins(m_leftMargin, 4, 0, 4);
|
||||||
m_makeActiveLabel->setVisible(false);
|
m_makeActiveLabel->setVisible(false);
|
||||||
vbox->addWidget(m_makeActiveLabel);
|
vbox->addWidget(m_makeActiveLabel);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user