1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-09 08:53:23 +02:00

Increase size of Nyquist string widget

This commit is contained in:
SteveDaulton 2020-02-09 12:03:22 +00:00
parent 19d5f987c4
commit b85a393af4

View File

@ -2698,7 +2698,7 @@ void NyquistEffect::BuildEffectWindow(ShuttleGui & S)
auto item = S.Id(ID_Text + i) auto item = S.Id(ID_Text + i)
.Validator<wxGenericValidator>(&ctrl.valStr) .Validator<wxGenericValidator>(&ctrl.valStr)
.Name( prompt ) .Name( prompt )
.AddTextBox( {}, wxT(""), 12); .AddTextBox( {}, wxT(""), 50);
} }
else if (ctrl.type == NYQ_CTRL_CHOICE) else if (ctrl.type == NYQ_CTRL_CHOICE)
{ {