Bug 2270 - Graphic Eq: GUI opens too small vertically

This commit is contained in:
James Crook 2020-02-17 13:27:13 +00:00
parent 3d7cf17950
commit 4d54430c7c
1 changed files with 1 additions and 1 deletions

View File

@ -1141,7 +1141,7 @@ void EffectEqualization::PopulateOrExchange(ShuttleGui & S)
//mUIParent->Layout();
//S.GetParent()->Layout();
wxSize sz = szrV->GetMinSize();
sz += wxSize( 30, 0);
sz += wxSize( 30, 100);
mUIParent->SetMinSize(sz);
}
else{