From 51ab5ccabf432540ca935065f6c6f40a96f42dad Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 26 Oct 2011 21:01:14 +0000 Subject: new ArdourButton class, to start to provide more control over how our buttons work and appear; use ArdourButtons for monitor, solo isolate and solo safe buttons, and in the processor box; don't save UI config file (canvas colors) to the user's home dir unless one or more parameters were modified by the user git-svn-id: svn://localhost/ardour2/branches/3.0@10311 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_strip.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gtk2_ardour/mixer_strip.h') diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h index b08e1da29c..3c123792f9 100644 --- a/gtk2_ardour/mixer_strip.h +++ b/gtk2_ardour/mixer_strip.h @@ -162,15 +162,11 @@ class MixerStrip : public RouteUI, public Gtk::EventBox PannerUI panners; Gtk::Table button_table; - Gtk::Table solo_led_table; - Gtk::HBox below_panner_box; + Gtk::Table rec_solo_table; Gtk::Table top_button_table; 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; -- cgit v1.2.3