mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-09 17:03:24 +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)
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user