mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-14 08:36:27 +01:00
Wider Audacity and wider meters, now that we are agreed 1000px is fine for a minimum width.
This entailed rearranging the toolbar order. I've set the width to 940px, but am tempted to take it all the way to 1000.
This commit is contained in:
@@ -547,7 +547,7 @@ void GetDefaultWindowRect(wxRect *defRect)
|
||||
{
|
||||
*defRect = wxGetClientDisplayRect();
|
||||
|
||||
defRect->width = 780;
|
||||
defRect->width = 940;
|
||||
defRect->height = 580;
|
||||
|
||||
//These conditional values assist in improving placement and size
|
||||
|
||||
Reference in New Issue
Block a user