13
0

adjust meterbridge label-heigh options

This commit is contained in:
Robin Gareus 2013-07-30 20:21:02 +02:00 committed by Paul Davis
parent 1fd2c857e3
commit 15ac545601

View File

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