1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-04 22:29:27 +02:00

Project window height tweak, following feedback.

This commit is contained in:
james.k.crook@gmail.com 2014-11-09 10:38:41 +00:00
parent 78db267dcb
commit 65a75fafb4

View File

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