From 9c59b21bb67906e4619b27ee3a87e9b27f8ec55c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 31 Aug 2014 07:11:24 +0200 Subject: simplify time-axis packing: consistent table layout --- gtk2_ardour/time_axis_view.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 5bb2055127..c422e140bf 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -30,6 +30,7 @@ #include #include #include +#include #include @@ -200,13 +201,10 @@ class TimeAxisView : public virtual AxisView protected: /* The Standard LHS Controls */ - Gtk::HBox controls_hbox; Gtk::Table controls_table; - Gtk::Table name_table; + Glib::RefPtr controls_button_size_group; Gtk::EventBox controls_ebox; Gtk::VBox controls_vbox; - Gtk::VBox name_vbox; - Gtk::VBox time_axis_vbox; Gtk::Frame time_axis_frame; Gtk::HBox name_hbox; Gtk::HBox top_hbox; -- cgit v1.2.3