Mixer/Module_Parameter_Editor: Tweak slider appearance.

pull/119/merge
Jonathan Moore Liles 2020-10-18 21:33:28 -07:00
parent 13c107ebcc
commit dd274db49b
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ Module_Parameter_Editor::make_controls ( void )
o->color( bc );
o->selection_color( fc );
o->value( p->control_value() );
o->box( FL_FLAT_BOX );
o->box( FL_BORDER_BOX );
}
}