summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-11-19 18:11:16 +0000
committerDoug McLain <doug@nostar.net>2007-11-19 18:11:16 +0000
commitb61265e89ec0699d44129dfa097d5bf45cf5323c (patch)
treefa3f917235ae146c8e31158cf059264efd5c6254 /gtk2_ardour/time_axis_view.cc
parent03aa5649415d56a6e98f52e2e54366ea162fcde4 (diff)
looks better this way, and gets rid of the gap between the meter and the canvas (at least when the meters are on)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2697 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.cc')
-rw-r--r--gtk2_ardour/time_axis_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index f49b638835..34a5460240 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -123,7 +123,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session& sess, PublicEditor& ed, TimeAxisVie
controls_table.set_border_width (2);
controls_table.set_row_spacings (0);
controls_table.set_col_spacings (0);
- controls_table.set_homogeneous (false);
+ controls_table.set_homogeneous (true);
controls_table.attach (name_hbox, 0, 4, 0, 1, Gtk::SHRINK|Gtk::EXPAND, Gtk::SHRINK|Gtk::EXPAND);
controls_table.show_all ();