mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-08 08:30:02 +02:00
Increase size of Nyquist string widget
This commit is contained in:
parent
19d5f987c4
commit
b85a393af4
@ -2698,7 +2698,7 @@ void NyquistEffect::BuildEffectWindow(ShuttleGui & S)
|
||||
auto item = S.Id(ID_Text + i)
|
||||
.Validator<wxGenericValidator>(&ctrl.valStr)
|
||||
.Name( prompt )
|
||||
.AddTextBox( {}, wxT(""), 12);
|
||||
.AddTextBox( {}, wxT(""), 50);
|
||||
}
|
||||
else if (ctrl.type == NYQ_CTRL_CHOICE)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user