From ee40e8d026dd0e19d1ad513590aadaa9f630b4c0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 7 Jun 2016 18:49:45 +0200 Subject: [PATCH] fix click preferences alignment --- gtk2_ardour/rc_option_editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 87a26221af..e039164e8e 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -111,7 +111,7 @@ public: sigc::mem_fun (*this, &ClickOptions::click_emphasis_browse_clicked)); t->attach (_click_emphasis_browse_button, 2, 3, 3, 4, FILL); - _box->pack_start (*t, false, false); + _box->pack_start (*t, true, false); _click_path_entry.signal_activate().connect (sigc::mem_fun (*this, &ClickOptions::click_changed)); _click_emphasis_path_entry.signal_activate().connect (sigc::mem_fun (*this, &ClickOptions::click_emphasis_changed)); @@ -1934,7 +1934,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Misc/Click"), new ClickOptions (_rc_config)); - add_option (_("Misc"), + add_option (_("Misc/Click"), new FaderOption ( "click-gain", _("Click gain level"),