adjust meterbridge label-heigh options

This commit is contained in:
Robin Gareus 2013-07-30 20:21:02 +02:00
parent d2d285724b
commit 362976a2fd

View 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);