diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index 4f60faaa2..61724abf2 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -2698,7 +2698,7 @@ void NyquistEffect::BuildEffectWindow(ShuttleGui & S) auto item = S.Id(ID_Text + i) .Validator(&ctrl.valStr) .Name( prompt ) - .AddTextBox( {}, wxT(""), 12); + .AddTextBox( {}, wxT(""), 50); } else if (ctrl.type == NYQ_CTRL_CHOICE) {