1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Merge branch 'develop' of /Volumes/Shared Folders/juce/juce into develop

This commit is contained in:
jules 2014-11-13 14:13:23 +00:00
commit 3f2135fdc0

View file

@ -292,7 +292,7 @@ void MainWindow::showNewProjectWizard()
{
jassert (currentProject == nullptr);
setContentOwned (createNewProjectWizardComponent(), true);
setSize (900, 630);
centreWithSize(900, 630);
setVisible (true);
addToDesktop();
getContentComponent()->grabKeyboardFocus();