Mixer: Decrease the default height of Plugin_Module's.
This commit is contained in:
parent
4f87297894
commit
ef8cff622d
|
@ -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…
Reference in New Issue