summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-03 14:53:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-03 14:53:24 +0000
commite2945f2f2ac5944fdfb53079048128439afa372f (patch)
tree568ffc9c311f63a892f8aad24441a8738966eb63 /gtk2_ardour/mixer_strip.h
parent5b45dc04dfba73846893a8c591c4175c20b3415f (diff)
force all "core" mixer strip buttons to be the same width
git-svn-id: svn://localhost/ardour2/branches/3.0@10418 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 09057bcded..f0b7f27086 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -163,6 +163,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
GainMeter gpm;
PannerUI panners;
+ Glib::RefPtr<Gtk::SizeGroup> button_size_group;
+
Gtk::Table button_table;
Gtk::Table rec_solo_table;
Gtk::Table top_button_table;