mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
adjust meterbridge label-heigh options
This commit is contained in:
parent
1fd2c857e3
commit
15ac545601
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue