Browse Source

Whitespace

tags/2021-05-28
jules 11 years ago
parent
commit
ea50838057
3 changed files with 2 additions and 4 deletions
  1. +1
    -1
      extras/Introjucer/Source/Application/jucer_MainWindow.cpp
  2. +1
    -1
      extras/Introjucer/Source/Wizards/jucer_NewProjectWizard.h
  3. +0
    -2
      extras/Introjucer/Source/Wizards/jucer_ProjectWizard_GUIApp.h

+ 1
- 1
extras/Introjucer/Source/Application/jucer_MainWindow.cpp View File

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


+ 1
- 1
extras/Introjucer/Source/Wizards/jucer_NewProjectWizard.h View File

@@ -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;
}


+ 0
- 2
extras/Introjucer/Source/Wizards/jucer_ProjectWizard_GUIApp.h View File

@@ -40,8 +40,6 @@ struct GUIAppWizard : public NewProjectWizard
createFileCreationOptionComboBox (setupComp, itemsCreated,
StringArray (fileOptions, numElementsInArray (fileOptions)))
.setSelectedId (2);
}
Result processResultsFromSetupItems (WizardComp& setupComp)


Loading…
Cancel
Save