--- src/toolbars/DeviceToolBar.h.orig +++ src/toolbars/DeviceToolBar.h @@ -48,7 +48,7 @@ /// When the prefs don't exist this value is used. /// 883 takes a complete row in the default initial size of Audacity. int GetInitialWidth() override{ return 883; } - int GetMinToolbarWidth() override { return 350; } + int GetMinToolbarWidth() override { return 576; } void ShowInputDialog(); void ShowOutputDialog();