Browse Source

Mixer/Module_Parameter_Editor: Tweak layout so that 4-Band Parametric Filter plugin is more legible.

tags/non-daw-v1.3.0
Jonathan Moore Liles 2 years ago
parent
commit
d84416c196
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mixer/src/Module_Parameter_Editor.C

+ 2
- 2
mixer/src/Module_Parameter_Editor.C View File

@@ -174,7 +174,7 @@ Module_Parameter_Editor::make_controls ( void )

control_pack->clear();

{ SpectrumView *o = spectrum_view = new SpectrumView( 25, 40, 300, 240, "Spectrum" );
{ SpectrumView *o = spectrum_view = new SpectrumView( 25, 40, 360, 300, "Spectrum" );
o->labelsize(14);
o->align(FL_ALIGN_TOP);

@@ -210,7 +210,7 @@ Module_Parameter_Editor::make_controls ( void )
control_pack->flow(true);
control_pack->flowdown(true);
control_pack->type( FL_HORIZONTAL );
control_pack->size( 900, 240 );
control_pack->size( 900, 300 );
}
else if ( mode_choice->value() == 2 )
{


Loading…
Cancel
Save