Mixer: Decrease the default height of Plugin_Module's.

This commit is contained in:
Jonathan Moore Liles 2010-01-19 01:47:46 -06:00
parent 4f87297894
commit ef8cff622d
1 changed files with 1 additions and 1 deletions

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();