adjust meterbridge label-heigh options
This commit is contained in:
parent
1fd2c857e3
commit
15ac545601
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user