mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +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);
|
virtual void OnSize(wxSizeEvent & event);
|
||||||
|
|
||||||
int GetInitialWidth() {return 160;}
|
int GetInitialWidth() {return 255;}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void RegenerateTooltips();
|
void RegenerateTooltips();
|
||||||
|
|||||||
Reference in New Issue
Block a user