ui: adapt window size to contents if bigger than preferred size
This commit is contained in:
@@ -132,5 +132,5 @@ bool QtProjectWizzardContentSimple::check()
|
||||
|
||||
QSize QtProjectWizzardContentSimple::preferredWindowSize() const
|
||||
{
|
||||
return QSize(750, 350);
|
||||
return QSize(650, 350);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user