mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
adjust padding of meters in time-axis view (still using border bg color)
This commit is contained in:
parent
363b646de9
commit
066b385c68
2 changed files with 2 additions and 2 deletions
|
|
@ -182,7 +182,7 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
gm.set_fader_name ("AudioBusFader");
|
||||
}
|
||||
|
||||
controls_hbox.pack_start(gm.get_level_meter(), false, false, 3);
|
||||
controls_hbox.pack_start(gm.get_level_meter(), false, false, 2);
|
||||
_route->meter_change.connect (*this, invalidator (*this), bind (&RouteTimeAxisView::meter_changed, this), gui_context());
|
||||
_route->input()->changed.connect (*this, invalidator (*this), boost::bind (&RouteTimeAxisView::io_changed, this, _1, _2), gui_context());
|
||||
_route->output()->changed.connect (*this, invalidator (*this), boost::bind (&RouteTimeAxisView::io_changed, this, _1, _2), gui_context());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue