summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-08 18:42:41 +0200
committerRobin Gareus <robin@gareus.org>2014-09-08 18:42:41 +0200
commit6bb573d81cd48f018a75223e3a7847ec34793245 (patch)
treefe98305d1200b2169daefd1b80e40993bf651591 /gtk2_ardour/route_time_axis.cc
parentb1da9af8de8cc648d88fbc944c68f1d9f6d1b8c9 (diff)
vertical pixel alignment of all TAV elements
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 74c59977e0..9a17b65e07 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -199,7 +199,7 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
blank->show();
}
- top_hbox.pack_end(gm.get_level_meter(), false, false, 4);
+ top_hbox.pack_end(gm.get_level_meter(), false, false, 2);
if (!ARDOUR::Profile->get_mixbus()) {
controls_meters_size_group->add_widget (gm.get_level_meter());