mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Centre new project wizard on screen
This commit is contained in:
parent
afe5928467
commit
53d7060658
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue