Minor tweak to bindings editor layout
authorRobin Gareus <robin@gareus.org>
Thu, 12 Jan 2017 19:52:21 +0000 (20:52 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 12 Jan 2017 19:53:20 +0000 (20:53 +0100)
gtk2_ardour/keyeditor.cc

index d6ecbd11592db4427b0f419e8c7fce9a52e573d4..ef7a7dc4ed4d5d8c7c07433d7270b82b23169839 100644 (file)
@@ -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);