From 84802c9be6c04826e429eccfb0eb2b5701595fbe Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 30 Dec 2016 00:23:05 +0100 Subject: [PATCH] Some more Spinbox size updates --- gtk2_ardour/rc_option_editor.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index e5dffed0ab..178acda70e 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -317,7 +317,7 @@ public: Label* l = manage (left_aligned_label (_("commands"))); HBox* box = manage (new HBox()); box->set_spacing (4); - box->pack_start (_limit_undo_spin, true, true); + box->pack_start (_limit_undo_spin, false, false); box->pack_start (*l, false, false); t->attach (_limit_undo_button, 1, 2, n, n +1, FILL); t->attach (*box, 2, 3, n, n + 1, FILL | EXPAND); @@ -325,7 +325,7 @@ public: l = manage (left_aligned_label (_("commands"))); box = manage (new HBox()); box->set_spacing (4); - box->pack_start (_save_undo_spin, true, true); + box->pack_start (_save_undo_spin, false, false); box->pack_start (*l, false, false); t->attach (_save_undo_button, 1, 2, n + 1, n + 2, FILL); t->attach (*box, 2, 3, n + 1, n + 2, FILL | EXPAND); @@ -2919,8 +2919,8 @@ if (!ARDOUR::Profile->get_mixbus()) { _("MIDI read-ahead time (seconds)"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_midi_readahead), sigc::mem_fun (*_rc_config, &RCConfiguration::set_midi_readahead), - 0.1, 10, 0.1, 1, - "", 1.0, 1 + 0.1, 10, 0.05, 1, + "", 1.0, 2 )); add_option (_("MIDI"),