1
0
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:
james.k.crook@gmail.com
2014-11-08 18:51:00 +00:00
parent cb7d090cd6
commit d9d193a1ea
4 changed files with 8 additions and 8 deletions

View File

@@ -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.