summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-06 22:29:33 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-06 22:29:33 +0000
commit7bff381ee7f622dd4be614fd7793b43f992d945d (patch)
tree27b1fc7c8b2e5b34de8b73703b8e4eeefb451fd5 /gtk2_ardour/mixer_strip.h
parentf0177337d12907c84b5bc0c0e0788c109b445a2c (diff)
Move record and sends buttons down to the side of the iso/lock buttons.
git-svn-id: svn://localhost/ardour2/branches/3.0@8731 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index f6d5f0cec0..fb56c5284b 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -159,10 +159,13 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Table button_table;
Gtk::Table solo_led_table;
- Gtk::HBox solo_led_box;
+ Gtk::HBox below_panner_box;
Gtk::Table middle_button_table;
Gtk::Table bottom_button_table;
+ Gtk::Label* _iso_label;
+ Gtk::Label* _safe_label;
+
Gtk::Button gain_unit_button;
Gtk::Label gain_unit_label;
Gtk::Button meter_point_button;