mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fixed default height of new project dialog on Mac OS X
This commit is contained in:
@@ -142,7 +142,9 @@ NewProjectDialog::NewProjectDialog(wxWindow* parent,wxWindowID id,const wxPoint&
|
||||
projectFileEdit->SetValue(newProjectFile);
|
||||
|
||||
#if !defined(MACOS)
|
||||
SetSize(640,480);
|
||||
SetSize(640, 480);
|
||||
#else
|
||||
SetSize(-1, 480);
|
||||
#endif
|
||||
|
||||
platformList->InsertColumn(0,_("Platform"), wxLIST_FORMAT_LEFT, 640);
|
||||
|
Reference in New Issue
Block a user