summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2016-12-12 12:16:43 -0600
committerBen Loftis <ben@harrisonconsoles.com>2016-12-12 12:16:43 -0600
commitafa6720288fce4513dc16c9cb53562c051172c52 (patch)
tree9377516cd60e3184cff78fa0bda0c30c2994fe58 /gtk2_ardour/mixer_strip.h
parente9deb82ef6449829d5d645a5fd4b454b945d7937 (diff)
UI tweak for the spacer at the bottom of the master bus.
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index c7a39393aa..7ee8db0b17 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -166,7 +166,7 @@ class MixerStrip : public AxisView, public RouteUI, public Gtk::EventBox
ArdourButton width_button;
ArdourButton number_label;
Gtk::HBox width_hide_box;
- Gtk::EventBox* spacer;
+ Gtk::EventBox spacer;
void hide_clicked();
bool width_button_pressed (GdkEventButton *);