Browse Source

Centre new project wizard on screen

tags/2021-05-28
Felix Faire 10 years ago
parent
commit
53d7060658
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Application/jucer_MainWindow.cpp

+ 1
- 1
extras/Introjucer/Source/Application/jucer_MainWindow.cpp 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();


Loading…
Cancel
Save