mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Bug 2270 - Graphic Eq: GUI opens too small vertically
This commit is contained in:
@@ -1141,7 +1141,7 @@ void EffectEqualization::PopulateOrExchange(ShuttleGui & S)
|
|||||||
//mUIParent->Layout();
|
//mUIParent->Layout();
|
||||||
//S.GetParent()->Layout();
|
//S.GetParent()->Layout();
|
||||||
wxSize sz = szrV->GetMinSize();
|
wxSize sz = szrV->GetMinSize();
|
||||||
sz += wxSize( 30, 0);
|
sz += wxSize( 30, 100);
|
||||||
mUIParent->SetMinSize(sz);
|
mUIParent->SetMinSize(sz);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Reference in New Issue
Block a user