ui: adapt window size to contents if bigger than preferred size

This commit is contained in:
Eberhard Graether
2016-03-11 21:50:07 +01:00
parent f6e2821430
commit 813cde4d26
4 changed files with 15 additions and 5 deletions
@@ -112,7 +112,7 @@ void QtProjectWizzardContentSelect::populateWindow(QGridLayout* layout)
layout->addWidget(container, 0, QtProjectWizzardWindow::BACK_COL);
m_description = new QLabel();
m_description = new QLabel(" \n \n");
m_description->setWordWrap(true);
m_description->setOpenExternalLinks(true);
m_description->setObjectName("projectDescription");