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
@@ -132,5 +132,5 @@ bool QtProjectWizzardContentSimple::check()
QSize QtProjectWizzardContentSimple::preferredWindowSize() const
{
return QSize(750, 350);
return QSize(650, 350);
}