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:
hjk
2021-09-14 09:53:28 +02:00
parent 32541fef3b
commit 897d3349fa

View File

@@ -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() }