summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-01 22:12:47 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:03 +0200
commit363b646de96d2fdf05ed3b899376f5726cf67f4e (patch)
tree6295ea9fcd351b60ad4c9a3e9ef0ed262418a092 /gtk2_ardour/route_time_axis.cc
parentcefca4c2b2fb152994c5d6d667d5e9a21677c31c (diff)
add margin around meters in editor track header
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 174cceeede..6a992db83c 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -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);
+ controls_hbox.pack_start(gm.get_level_meter(), false, false, 3);
_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());