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:
parent
78db267dcb
commit
65a75fafb4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user