summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
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;