1
0
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:
v.audacity 2012-08-07 23:34:06 +00:00
parent f7841b4d8f
commit 0baaa8d736
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -44,7 +44,7 @@ class MeterToolBar:public ToolBar {
virtual void OnSize(wxSizeEvent & event);
int GetInitialWidth() {return 255;}
int GetInitialWidth() {return 338;}
private:
void RegenerateTooltips();