summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-01 23:52:41 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:03 +0200
commit066b385c684d2e2548e7e9b156bf3c24f292e54c (patch)
tree756a4a95de329b5c08cda37308d547dff7fe6ef8 /gtk2_ardour/route_time_axis.cc
parent363b646de96d2fdf05ed3b899376f5726cf67f4e (diff)
adjust padding of meters in time-axis view (still using border bg color)
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 6a992db83c..44d21c39ad 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, 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());