update meterbridge ticks & labels
authorRobin Gareus <robin@gareus.org>
Tue, 2 Jul 2013 21:38:41 +0000 (23:38 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 10 Jul 2013 13:27:05 +0000 (15:27 +0200)
gtk2_ardour/meter_strip.cc

index e88e69a2e8535534e38a1492a8f1026275e18aa1..93b9275c87aed660cd089a8a20c4fb5953e463e6 100644 (file)
@@ -426,10 +426,12 @@ MeterStrip::render_metrics (Gtk::Widget& w, vector<DataType> types)
                        points.push_back (-50);
                        points.push_back (-40);
                        points.push_back (-30);
+                       points.push_back (-25);
                        points.push_back (-20);
                        points.push_back (-18);
+                       points.push_back (-15);
                        points.push_back (-10);
-                       points.push_back (-6);
+                       points.push_back (-5);
                        points.push_back (-3);
                        points.push_back (0);
                        points.push_back (3);