mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
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:
parent
df91d14c9e
commit
7605763fa0
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user