summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-07-06 20:14:12 +0200
committerRobin Gareus <robin@gareus.org>2014-07-06 20:14:12 +0200
commit40d377c288e8fe3630aa2c2cef978ac018c622a7 (patch)
tree9474a6c80b3ba2df2ae2a3b584e722a640772082 /gtk2_ardour/mixer_strip.h
parent381b6848fc23ae49fabb23cf6b1e0f641034ee84 (diff)
add number-label at top of mixer-strip
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index afb165f36a..4286cfbbe3 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -151,6 +151,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
ArdourButton hide_button;
ArdourButton width_button;
+ ArdourButton number_label;
Gtk::HBox width_hide_box;
Gtk::VBox whvbox;
Gtk::EventBox top_event_box;