mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
Bug 11 followup: DeviceToolBar - fix initial size conditions when audacity.cfg is not present
This commit is contained in:
@@ -267,7 +267,7 @@ void ToolBar::ReCreateButtons()
|
||||
SetInitialSize(sz);
|
||||
if(IsResizable())
|
||||
{// EM: allows narrow Meter Toolbar
|
||||
sz.SetWidth(160);
|
||||
sz.SetWidth(GetInitialWidth());
|
||||
SetMinSize(sz);
|
||||
}
|
||||
Layout();
|
||||
|
||||
Reference in New Issue
Block a user