mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
bug 11 - widen the default width for the MeterToolbar.
This commit is contained in:
@@ -44,7 +44,7 @@ class MeterToolBar:public ToolBar {
|
||||
|
||||
virtual void OnSize(wxSizeEvent & event);
|
||||
|
||||
int GetInitialWidth() {return 160;}
|
||||
int GetInitialWidth() {return 255;}
|
||||
|
||||
private:
|
||||
void RegenerateTooltips();
|
||||
|
||||
Reference in New Issue
Block a user