1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-01 15:43:44 +02:00

Taller window to go with window being wider.

We're agreed we want a wider window by default.  Some experimenting still to do with what to show by default, how much space to use, and in what order.
This commit is contained in:
james.k.crook@gmail.com 2014-11-08 23:32:33 +00:00
parent d85ab39bb6
commit 0d34f0835d

View File

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