forked from qt-creator/qt-creator
ProjectExplorer: Re-add row break in build aspect
Change-Id: Idf689b86637bb73efa4bff3e8a7191c1b7a4c7c3 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -111,7 +111,7 @@ void BuildDirectoryAspect::addToLayout(Layouting::LayoutItem &parent)
|
|||||||
StringAspect::addToLayout(parent);
|
StringAspect::addToLayout(parent);
|
||||||
d->problemLabel = new InfoLabel({}, InfoLabel::Warning);
|
d->problemLabel = new InfoLabel({}, InfoLabel::Warning);
|
||||||
d->problemLabel->setElideMode(Qt::ElideNone);
|
d->problemLabel->setElideMode(Qt::ElideNone);
|
||||||
parent.addItems({{}, d->problemLabel.data()});
|
parent.addItems({Layouting::br, Layouting::empty, d->problemLabel.data()});
|
||||||
updateProblemLabel();
|
updateProblemLabel();
|
||||||
if (!d->sourceDir.isEmpty()) {
|
if (!d->sourceDir.isEmpty()) {
|
||||||
connect(this, &StringAspect::checkedChanged, this, [this] {
|
connect(this, &StringAspect::checkedChanged, this, [this] {
|
||||||
|
Reference in New Issue
Block a user