This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Mixer: Increase font size for fader value.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
00a78fdb27
commit
dcec3282a9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 )
{
Write
Preview
Loading…
Cancel
Save