Bug 2784 - Filter Curve EQ; Height increase.

Comment in closing of this bug requested an increase in height.
No reason not to, so height increased too.
This commit is contained in:
James Crook 2021-05-20 17:52:47 +01:00
parent df91d14c9e
commit 7605763fa0
1 changed files with 1 additions and 1 deletions

View File

@ -1169,7 +1169,7 @@ void EffectEqualization::PopulateOrExchange(ShuttleGui & S)
// This makes the default size of the dialog good, but has the
// downside that the user can't adjust the dialog smaller.
wxSize sz = szrV->GetMinSize();
sz += wxSize( 400, 0);
sz += wxSize( 400, 100);
szrV->SetMinSize(sz);
}
ForceRecalc();