summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-08-11 14:44:12 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-08-11 14:44:12 -0500
commitb41df8e120b4b170fc92c8971c2e852a7dacd1d6 (patch)
tree09db27b08e2d75f951921689fd6920d8eb8a5166 /gtk2_ardour/time_axis_view.h
parentbf034f48cefc5bca164a3358151bfbce07a4857b (diff)
shuffle packing order to accomodate midi controls
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 2560005a89..5ac78a402a 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -209,6 +209,7 @@ class TimeAxisView : public virtual AxisView
Gtk::VBox name_vbox;
Gtk::VBox time_axis_vbox;
Gtk::HBox name_hbox;
+ Gtk::HBox top_hbox;
Gtk::Label name_label;
bool _name_editing;
uint32_t height; /* in canvas units */