Skip to content
Snippets Groups Projects
Commit 0660702d authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Merge branch 'testing' into development

parents a2cd7d8a 7289059d
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ EngineParameterComponent::EngineParameterComponent(EngineParameter& param)
{
ToggleButton* but = new ToggleButton();
but->setToggleState(param.boolParam.value,dontSendNotification);
but->setBounds(120,0,40,20);
but->setBounds(120,0,100,20);
addAndMakeVisible(but);
control = but;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment