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: Decrease the default height of Plugin_Module's.
tags/non-daw-v1.1.0
Jonathan Moore Liles
15 years ago
parent
4f87297894
commit
ef8cff622d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Mixer/Plugin_Module.C
+ 1
- 1
Mixer/Plugin_Module.C
View File
@@ -56,7 +56,7 @@ struct Plugin_Module::ImplementationData
Plugin_Module::Plugin_Module ( ) : Module( 50, 5
0
, name() )
Plugin_Module::Plugin_Module ( ) : Module( 50,
3
5, name() )
{
init();
Write
Preview
Loading…
Cancel
Save