summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>2024-10-03 09:48:50 +0200
committerGitHub <noreply@github.com>2024-10-03 09:48:50 +0200
commit8f1dbe9f3546d685aca84a12476d564a04eeb7aa (patch)
tree93aabf1de4f0b4644f2ce1f0a3c26e711c199544
parent19fae10b2bd20b8f5bdf1012f674b60bb9bd43fa (diff)
Resize columns to contents in notifications window (#2128)
-rw-r--r--src/problemsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/problemsdialog.cpp b/src/problemsdialog.cpp
index 3a82a0cf..1b049fcd 100644
--- a/src/problemsdialog.cpp
+++ b/src/problemsdialog.cpp
@@ -16,6 +16,7 @@ ProblemsDialog::ProblemsDialog(const PluginContainer& pluginContainer, QWidget*
m_hasProblems(false)
{
ui->setupUi(this);
+ ui->problemsWidget->header()->setSectionResizeMode(QHeaderView::ResizeToContents);
runDiagnosis();