forked from qt-creator/qt-creator
Valgrind: Bring back label for suppression files list in settings
Also, top-align it again. Change-Id: I33ac6e44fd1d47c262e5473a17dea997fa5d1b71 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -213,7 +213,7 @@ void SuppressionAspect::addToLayout(LayoutBuilder &builder)
|
|||||||
connect(d->entryList->selectionModel(), &QItemSelectionModel::selectionChanged,
|
connect(d->entryList->selectionModel(), &QItemSelectionModel::selectionChanged,
|
||||||
d, &SuppressionAspectPrivate::slotSuppressionSelectionChanged);
|
d, &SuppressionAspectPrivate::slotSuppressionSelectionChanged);
|
||||||
|
|
||||||
builder.addItem(tr("Suppression files:"));
|
builder.addItem(Column { new QLabel(tr("Suppression files:")), Stretch() });
|
||||||
Row group {
|
Row group {
|
||||||
d->entryList.data(),
|
d->entryList.data(),
|
||||||
Column { d->addEntry.data(), d->removeEntry.data(), Stretch() }
|
Column { d->addEntry.data(), d->removeEntry.data(), Stretch() }
|
||||||
|
|||||||
Reference in New Issue
Block a user