Skip to content

Commit 8f1dbe9

Browse files
Resize columns to contents in notifications window (#2128)
1 parent 19fae10 commit 8f1dbe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/problemsdialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ProblemsDialog::ProblemsDialog(const PluginContainer& pluginContainer, QWidget*
1616
m_hasProblems(false)
1717
{
1818
ui->setupUi(this);
19+
ui->problemsWidget->header()->setSectionResizeMode(QHeaderView::ResizeToContents);
1920

2021
runDiagnosis();
2122

0 commit comments

Comments
 (0)