From 53d7060658b682e89e23b5fbf8bf1b30c2143b17 Mon Sep 17 00:00:00 2001 From: Felix Faire Date: Thu, 13 Nov 2014 12:13:09 +0000 Subject: [PATCH] Centre new project wizard on screen --- extras/Introjucer/Source/Application/jucer_MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Introjucer/Source/Application/jucer_MainWindow.cpp b/extras/Introjucer/Source/Application/jucer_MainWindow.cpp index 5bf88e2db6..7c0ba9ac92 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); - setSize (900, 630); + centreWithSize(900, 630); setVisible (true); addToDesktop(); getContentComponent()->grabKeyboardFocus();