summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-30 00:23:05 +0100
committerRobin Gareus <robin@gareus.org>2016-12-30 00:23:05 +0100
commit84802c9be6c04826e429eccfb0eb2b5701595fbe (patch)
tree89370083ef5f9986576425054f80272f32bf2bbe /gtk2_ardour/rc_option_editor.cc
parentf114a20aa93e7753d65918e1052c08ff0357611a (diff)
Some more Spinbox size updates
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc8
1 files 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"),