Skip to content

Commit

Permalink
Resize columns to contents in notifications window (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFeenstra authored Oct 3, 2024
1 parent 19fae10 commit 8f1dbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/problemsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ProblemsDialog::ProblemsDialog(const PluginContainer& pluginContainer, QWidget*
m_hasProblems(false)
{
ui->setupUi(this);
ui->problemsWidget->header()->setSectionResizeMode(QHeaderView::ResizeToContents);

runDiagnosis();

Expand Down

0 comments on commit 8f1dbe9

Please sign in to comment.