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