mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
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:
parent
5c0d10e63a
commit
1fca71fd28
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue