apply plugin meter width fix to new file
authorDoug McLain <doug@nostar.net>
Thu, 20 Dec 2007 23:28:27 +0000 (23:28 +0000)
committerDoug McLain <doug@nostar.net>
Thu, 20 Dec 2007 23:28:27 +0000 (23:28 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2803 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/generic_pluginui.cc

index e3be1cc2660571efbcf64048c08a5281ad536dc7..7e111f9c1a9bdcbf8deb5c6917fb00ed0bd1ac21 100644 (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;