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:
parent
7fecd9daef
commit
935880f216
@ -44,7 +44,7 @@ class MeterToolBar:public ToolBar {
|
||||
|
||||
virtual void OnSize(wxSizeEvent & event);
|
||||
|
||||
int GetInitialWidth() {return 160;}
|
||||
int GetInitialWidth() {return 255;}
|
||||
|
||||
private:
|
||||
void RegenerateTooltips();
|
||||
|
Loading…
x
Reference in New Issue
Block a user