adjust meterbridge label-heigh options
This commit is contained in:
parent
d2d285724b
commit
362976a2fd
@ -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