1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

bug 11 - widen the default width for the MeterToolbar.

This commit is contained in:
mchinen 2011-03-19 15:43:16 +00:00
parent 7fecd9daef
commit 935880f216

View File

@ -44,7 +44,7 @@ class MeterToolBar:public ToolBar {
virtual void OnSize(wxSizeEvent & event);
int GetInitialWidth() {return 160;}
int GetInitialWidth() {return 255;}
private:
void RegenerateTooltips();