summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-08-11 12:57:48 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-08-11 12:59:42 -0500
commitbf034f48cefc5bca164a3358151bfbce07a4857b (patch)
treea34fb7515d6b36f9b129d80e102afd1f89f45c37 /gtk2_ardour/time_axis_view.h
parent126d6d3aae73b0571c0d23ff6b23f16513368049 (diff)
New track header layout.
Vertical alignment no longer depends on number of meters shown. Looking for comments.
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index c2c7f7db53..2560005a89 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -203,8 +203,10 @@ class TimeAxisView : public virtual AxisView
/* The Standard LHS Controls */
Gtk::HBox controls_hbox;
Gtk::Table controls_table;
+ Gtk::Table name_table;
Gtk::EventBox controls_ebox;
Gtk::VBox controls_vbox;
+ Gtk::VBox name_vbox;
Gtk::VBox time_axis_vbox;
Gtk::HBox name_hbox;
Gtk::Label name_label;