mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 15:13:50 +01:00
Specify a min width for Meter Toolbar, set to the previous initial value.
This commit is contained in:
@@ -45,6 +45,7 @@ class MeterToolBar:public ToolBar {
|
||||
virtual void OnSize(wxSizeEvent & event);
|
||||
|
||||
int GetInitialWidth() {return 338;}
|
||||
int GetMinToolbarWidth() { return 255; }
|
||||
|
||||
private:
|
||||
void RegenerateTooltips();
|
||||
|
||||
Reference in New Issue
Block a user