apply plugin meter width fix to new file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2803 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2007-12-20 23:28:27 +00:00
parent 5c0d10e63a
commit 1fca71fd28

View file

@ -520,7 +520,7 @@ GenericPluginUI::build_control_ui (guint32 port_index, PBD::Controllable* mcontr
MeterInfo * info = new MeterInfo(port_index);
control_ui->meterinfo = info;
info->meter = new FastMeter (5, 100, FastMeter::Vertical);
info->meter = new FastMeter (5, 5, FastMeter::Vertical);
info->min_unbound = desc.min_unbound;
info->max_unbound = desc.max_unbound;