mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 01:44:25 +01:00
Further widen default window, per http://bugzilla.audacityteam.org/show_bug.cgi?id=547#c10.
This commit is contained in:
@@ -534,7 +534,7 @@ void GetDefaultWindowRect(wxRect *defRect)
|
||||
{
|
||||
*defRect = wxGetClientDisplayRect();
|
||||
|
||||
defRect->width = 700;
|
||||
defRect->width = 780;
|
||||
defRect->height = 400;
|
||||
|
||||
//These conditional values assist in improving placement and size
|
||||
|
||||
Reference in New Issue
Block a user