summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-14 10:08:38 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-14 10:08:55 -0500
commit849d80bfcc40fff9a5a58804a48dd98206a72426 (patch)
treede76ec0a033124eca9afde0a540fd4acac789419 /gtk2_ardour/mixer_strip.h
parent62cab525f0e017b00f3f4010f1c51834821ef79c (diff)
Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock buttons together. And add a method to show/hide each group in the Preferences
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 4286cfbbe3..f9d745fe2b 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -170,9 +170,9 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Glib::RefPtr<Gtk::SizeGroup> button_size_group;
Gtk::Table button_table;
- Gtk::Table rec_solo_table;
- Gtk::Table top_button_table;
- Gtk::Table middle_button_table;
+ Gtk::Table rec_mon_table;
+ Gtk::Table solo_iso_table;
+ Gtk::Table mute_solo_table;
Gtk::Table bottom_button_table;
ArdourButton meter_point_button;