mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 08:01:12 +02: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