summaryrefslogtreecommitdiff
path: root/gtk2_ardour/meter_strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/meter_strip.h')
-rw-r--r--gtk2_ardour/meter_strip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/meter_strip.h b/gtk2_ardour/meter_strip.h
index 022ac9edb9..03f171455f 100644
--- a/gtk2_ardour/meter_strip.h
+++ b/gtk2_ardour/meter_strip.h
@@ -96,6 +96,10 @@ class MeterStrip : public Gtk::VBox, public RouteUI
Gtk::DrawingArea meter_ticks1_area;
Gtk::DrawingArea meter_ticks2_area;
+ Gtk::HBox mutebox;
+ Gtk::HBox solobox;
+ Gtk::HBox recbox;
+
Gtk::Alignment meter_align;
Gtk::Alignment peak_align;
Gtk::HBox peakbx;