mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
Bug 2270 - Graphic Eq: GUI opens too small vertically
This commit is contained in:
parent
3d7cf17950
commit
4d54430c7c
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user