adjust meterbridge label-heigh options
authorRobin Gareus <robin@gareus.org>
Tue, 30 Jul 2013 18:21:02 +0000 (20:21 +0200)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 8 Aug 2013 19:26:18 +0000 (15:26 -0400)
gtk2_ardour/meter_strip.cc

index ccfe8226c0e56b1e89ec28ab2f9cde41139b048c..42f35573074834c6fbcc3acf80e07d8f4e88f7d2 100644 (file)
@@ -471,13 +471,13 @@ MeterStrip::on_size_allocate (Gtk::Allocation& a)
                        nh = 52;
                        break;
                case 2:
-                       nh = 106;
+                       nh = 88;
                        break;
                case 3:
-                       nh = 148;
+                       nh = 106;
                        break;
                case 4:
-                       nh = 254;
+                       nh = 148;
                        break;
        }
        namebx.set_size_request(18, nh);