mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-18 16:57:54 +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:
@@ -92,7 +92,7 @@ void MeterToolBar::Populate()
|
||||
wxID_ANY,
|
||||
true,
|
||||
wxDefaultPosition,
|
||||
wxSize( 130, 55 ) );
|
||||
wxSize( 260, 55 ) );
|
||||
/* i18n-hint: (noun) The meter that shows the loudness of the audio being recorded.*/
|
||||
mRecordMeter->SetName( _("Record Meter"));
|
||||
/* i18n-hint: (noun) The meter that shows the loudness of the audio being recorded.
|
||||
@@ -107,7 +107,7 @@ void MeterToolBar::Populate()
|
||||
wxID_ANY,
|
||||
false,
|
||||
wxDefaultPosition,
|
||||
wxSize( 130, 55 ) );
|
||||
wxSize( 260, 55 ) );
|
||||
/* i18n-hint: (noun) The meter that shows the loudness of the audio playing.*/
|
||||
mPlayMeter->SetName( _("Play Meter"));
|
||||
/* i18n-hint: (noun) The meter that shows the loudness of the audio playing.
|
||||
|
||||
Reference in New Issue
Block a user