Skip to content

Commit

Permalink
Resize columns to contents in notifications window
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFeenstra committed Sep 29, 2024
1 parent 7ed06a7 commit 0e8af8a
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 0e8af8a

Please sign in to comment.