diff --git a/client/src/wizard/page/textpage.cpp b/client/src/wizard/page/textpage.cpp index 2fb52905..6a3c1a2e 100644 --- a/client/src/wizard/page/textpage.cpp +++ b/client/src/wizard/page/textpage.cpp @@ -28,6 +28,7 @@ TextPage::TextPage(QWidget* parent) : WizardPage(parent) , m_text{new QLabel(this)} { + m_text->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum); m_text->setWordWrap(true); m_text->setOpenExternalLinks(true);