1
0
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:
mchinen
2011-01-23 03:53:57 +00:00
parent c6228a7042
commit 0d1e121aa4
5 changed files with 18 additions and 10 deletions

View File

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