ui: fixed QtDirectoryListBox not sized correctly when overwriting list

This commit is contained in:
Eberhard Graether
2016-04-14 12:57:13 +02:00
parent 23fbe6c384
commit 9534ccb454
3 changed files with 14 additions and 11 deletions
@@ -185,7 +185,7 @@ QtProjectWizzardContentPathsSource::QtProjectWizzardContentPathsSource(
QSize QtProjectWizzardContentPathsSource::preferredWindowSize() const
{
return QSize(750, 370);
return QSize(750, 400);
}
void QtProjectWizzardContentPathsSource::load()