We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a456ee commit 7289059Copy full SHA for 7289059
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,20,20);
+ but->setBounds(120,0,100,20);
34
addAndMakeVisible(but);
35
control = but;
36
}
0 commit comments