summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-12 20:52:21 +0100
committerRobin Gareus <robin@gareus.org>2017-01-12 20:53:20 +0100
commit008e51ed036b269a494209e6d3fcfb70d391afb6 (patch)
tree7fd8255cc46f592d21c49df802499ef44df928ef /gtk2_ardour/keyeditor.cc
parentd36f19ded9d77f37102bb7986d01aa1629916d84 (diff)
Minor tweak to bindings editor layout
Diffstat (limited to 'gtk2_ardour/keyeditor.cc')
-rw-r--r--gtk2_ardour/keyeditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc
index d6ecbd1159..ef7a7dc4ed 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -120,7 +120,7 @@ KeyEditor::KeyEditor ()
reset_label.show ();
print_button.show ();
reset_button.signal_clicked().connect (sigc::mem_fun (*this, &KeyEditor::reset));
- vpacker.pack_start (*(manage (new HSeparator())), true, true, 5);
+ vpacker.pack_start (*(manage (new HSeparator())), false, false, 5);
vpacker.pack_start (reset_box, false, false);
add (vpacker);