mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Whitespace
This commit is contained in:
parent
3f2135fdc0
commit
ea50838057
3 changed files with 2 additions and 4 deletions
|
|
@ -292,7 +292,7 @@ void MainWindow::showNewProjectWizard()
|
|||
{
|
||||
jassert (currentProject == nullptr);
|
||||
setContentOwned (createNewProjectWizardComponent(), true);
|
||||
centreWithSize(900, 630);
|
||||
centreWithSize (900, 630);
|
||||
setVisible (true);
|
||||
addToDesktop();
|
||||
getContentComponent()->grabKeyboardFocus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue