We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2cd7d8 + 7289059 commit 0660702Copy full SHA for 0660702
1 file changed
Source/Processors/RecordNode/EngineConfigWindow.cpp
@@ -30,7 +30,7 @@ EngineParameterComponent::EngineParameterComponent(EngineParameter& param)
30
{
31
ToggleButton* but = new ToggleButton();
32
but->setToggleState(param.boolParam.value,dontSendNotification);
33
- but->setBounds(120,0,40,20);
+ but->setBounds(120,0,100,20);
34
addAndMakeVisible(but);
35
control = but;
36
}
0 commit comments