summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-27 22:58:52 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-27 22:58:52 +0000
commit66cd3d365cd798045364493426aab11ca7421b01 (patch)
treeb0acaa844664584586772c98c729fbccace0a205 /gtk2_ardour/option_editor.h
parent19ebdba1cbde4eca74af501fe500db05b1ac69d0 (diff)
tweak appearance of a FaderOption in the option editor(s)
git-svn-id: svn://localhost/ardour2/branches/3.0@11371 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index dd34b85057..c70e6c6bab 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -365,6 +365,7 @@ private:
Gtk::Entry _db_display;
Gtk::Label _label;
Gtk::HBox _box;
+ Gtk::VBox _fader_centering_box;
sigc::slot<ARDOUR::gain_t> _get;
sigc::slot<bool, ARDOUR::gain_t> _set;
};