mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-23 15:41:09 +02:00
Widen Device and Meter Toolbars, to use the extra space created with r11889.
This commit is contained in:
parent
f7841b4d8f
commit
0baaa8d736
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user