1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00

Introjucer "new project" UX Update

Changed the default GUI App wizard to make a window component by
default.
Widened the project creator to stop the text squishing
This commit is contained in:
Felix Faire 2014-11-13 11:47:47 +00:00
parent b5d2a74ff9
commit afe5928467
4 changed files with 9 additions and 4 deletions

View file

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