Mixer: Increase font size for fader value.

pull/59/head
Jonathan Moore Liles 2013-04-21 20:48:50 -07:00
parent 00a78fdb27
commit dcec3282a9
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ Controller_Module::connect_to ( Port *p )
o->minimum(1.5);
o->maximum(0);
o->value(1);
o->textsize(6);
o->textsize(9);
if ( p->hints.ranged )
{