diff --git a/src/Gui/DocumentRecovery.cpp b/src/Gui/DocumentRecovery.cpp index ad9df045e7..8dbcaa6618 100644 --- a/src/Gui/DocumentRecovery.cpp +++ b/src/Gui/DocumentRecovery.cpp @@ -200,6 +200,8 @@ DocumentRecovery::DocumentRecovery(const QList& dirs, QWidget* parent d_ptr->ui.treeWidget->addTopLevelItem(item); } } + + this->adjustSize(); } DocumentRecovery::~DocumentRecovery()