mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Widen Device and Meter Toolbars, to use the extra space created with r11889.
This commit is contained in:
@@ -45,8 +45,8 @@ class DeviceToolBar:public ToolBar {
|
||||
|
||||
/// When the prefs don't exist this value is used.
|
||||
/// It should be small enough to work on tiny screens
|
||||
int GetInitialWidth() {return 520;}
|
||||
virtual int GetMinToolbarWidth() {return 200;}
|
||||
int GetInitialWidth() { return 620; }
|
||||
virtual int GetMinToolbarWidth() { return 200; }
|
||||
|
||||
void ShowInputDialog();
|
||||
void ShowOutputDialog();
|
||||
|
||||
@@ -44,7 +44,7 @@ class MeterToolBar:public ToolBar {
|
||||
|
||||
virtual void OnSize(wxSizeEvent & event);
|
||||
|
||||
int GetInitialWidth() {return 255;}
|
||||
int GetInitialWidth() {return 338;}
|
||||
|
||||
private:
|
||||
void RegenerateTooltips();
|
||||
|
||||
Reference in New Issue
Block a user