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:
parent
b5d2a74ff9
commit
afe5928467
4 changed files with 9 additions and 4 deletions
|
|
@ -292,7 +292,7 @@ void MainWindow::showNewProjectWizard()
|
|||
{
|
||||
jassert (currentProject == nullptr);
|
||||
setContentOwned (createNewProjectWizardComponent(), true);
|
||||
setSize (800, 650);
|
||||
setSize (900, 630);
|
||||
setVisible (true);
|
||||
addToDesktop();
|
||||
getContentComponent()->grabKeyboardFocus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue