From b85a393af48b2db1d713218a09d43dd1db7db0ff Mon Sep 17 00:00:00 2001 From: SteveDaulton Date: Sun, 9 Feb 2020 12:03:22 +0000 Subject: [PATCH] Increase size of Nyquist string widget --- src/effects/nyquist/Nyquist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {