Browse Source

Mixer: Decrease the default height of Plugin_Module's.

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
ef8cff622d
1 changed files with 1 additions and 1 deletions
  1. +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, 50, name() )
Plugin_Module::Plugin_Module ( ) : Module( 50, 35, name() )
{
init();



Loading…
Cancel
Save