Make wizards containing the targetsetuppage bigger

Task-number: QTCREATORBUG-2003
This commit is contained in:
Tobias Hunger
2010-08-18 11:25:23 +02:00
parent 59aee04ca4
commit a909e6649d
2 changed files with 3 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ void ProjectLoadWizard::setupTargetPage()
m_targetSetupPage->setImportInfos(importVersions);
m_targetSetupPage->setImportDirectoryBrowsingEnabled(true);
m_targetSetupPage->setImportDirectoryBrowsingLocation(m_project->projectDirectory());
resize(900, 450);
addPage(m_targetSetupPage);
}