summaryrefslogtreecommitdiff
path: root/src/problemsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/problemsdialog.cpp')
-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();