Browse Source

Mixer: Increase font size for fader value.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
dcec3282a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mixer/src/Controller_Module.C

+ 1
- 1
mixer/src/Controller_Module.C 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 )
{


Loading…
Cancel
Save