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:
parent
d85ab39bb6
commit
0d34f0835d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user