1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 20:22:13 +01:00

Increase height of default window, per follow-on to http://bugzilla.audacityteam.org/show_bug.cgi?id=547#c10.

Restore a comment.
This commit is contained in:
v.audacity
2012-08-04 23:37:44 +00:00
parent f9a2de0a74
commit e39d816002
2 changed files with 2 additions and 1 deletions

View File

@@ -535,7 +535,7 @@ void GetDefaultWindowRect(wxRect *defRect)
*defRect = wxGetClientDisplayRect();
defRect->width = 780;
defRect->height = 400;
defRect->height = 580;
//These conditional values assist in improving placement and size
//of new windows on different platforms.