diff --git a/extras/Introjucer/Source/Application/jucer_MainWindow.cpp b/extras/Introjucer/Source/Application/jucer_MainWindow.cpp index 7c0ba9ac92..b716a2e114 100644 --- a/extras/Introjucer/Source/Application/jucer_MainWindow.cpp +++ b/extras/Introjucer/Source/Application/jucer_MainWindow.cpp @@ -292,7 +292,7 @@ void MainWindow::showNewProjectWizard() { jassert (currentProject == nullptr); setContentOwned (createNewProjectWizardComponent(), true); - centreWithSize(900, 630); + centreWithSize (900, 630); setVisible (true); addToDesktop(); getContentComponent()->grabKeyboardFocus(); diff --git a/extras/Introjucer/Source/Wizards/jucer_NewProjectWizard.h b/extras/Introjucer/Source/Wizards/jucer_NewProjectWizard.h index afe1aaae06..5c455afd3c 100644 --- a/extras/Introjucer/Source/Wizards/jucer_NewProjectWizard.h +++ b/extras/Introjucer/Source/Wizards/jucer_NewProjectWizard.h @@ -43,7 +43,7 @@ static ComboBox& createFileCreationOptionComboBox (Component& setupComp, itemsCreated.add (l); c->setBounds ("parent.width / 2 + 160, 30, parent.width - 30, top + 22"); - + return *c; } diff --git a/extras/Introjucer/Source/Wizards/jucer_ProjectWizard_GUIApp.h b/extras/Introjucer/Source/Wizards/jucer_ProjectWizard_GUIApp.h index 719f2b92e2..5db645fadb 100644 --- a/extras/Introjucer/Source/Wizards/jucer_ProjectWizard_GUIApp.h +++ b/extras/Introjucer/Source/Wizards/jucer_ProjectWizard_GUIApp.h @@ -40,8 +40,6 @@ struct GUIAppWizard : public NewProjectWizard createFileCreationOptionComboBox (setupComp, itemsCreated, StringArray (fileOptions, numElementsInArray (fileOptions))) .setSelectedId (2); - - } Result processResultsFromSetupItems (WizardComp& setupComp)