From 1d81392e379c96b4014b9cf2cb4d3349a0f4b9bf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 18 May 2016 15:06:01 -0400 Subject: use ArdourButton for the vertical space/button/label in VCAMasterStrip --- gtk2_ardour/vca_master_strip.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gtk2_ardour/vca_master_strip.h') diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h index 70591fbc8c..0c752cbeec 100644 --- a/gtk2_ardour/vca_master_strip.h +++ b/gtk2_ardour/vca_master_strip.h @@ -65,12 +65,10 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox ArdourButton solo_button; ArdourButton mute_button; ArdourButton assign_button; - ArdourButton spill_button; Gtk::Menu* context_menu; PBD::ScopedConnectionList vca_connections; Gtk::MessageDialog* delete_dialog; - Gtk::EventBox vertical_box; - Gtk::Label vertical_label; + ArdourButton vertical_button; void hide_clicked(); bool width_button_pressed (GdkEventButton *); -- cgit v1.2.3