summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-08-31 07:11:24 +0200
committerRobin Gareus <robin@gareus.org>2014-08-31 07:11:24 +0200
commit9c59b21bb67906e4619b27ee3a87e9b27f8ec55c (patch)
treea4fbe3c08be8c4fa5a8adca99d78906e9442e9be /gtk2_ardour/time_axis_view.h
parent36c4704df92e207c891d13fa0e85b72e1e75279e (diff)
simplify time-axis packing: consistent table layout
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h6
1 files changed, 2 insertions, 4 deletions
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 <gtkmm/table.h>
#include <gtkmm/entry.h>
#include <gtkmm/label.h>
+#include <gtkmm/sizegroup.h>
#include <gtkmm2ext/focus_entry.h>
@@ -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<Gtk::SizeGroup> 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;