summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-10 11:53:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-10 11:53:39 -0400
commitc39666dc5c65d3b7cea6b7bbb2aa7a4647e85d9b (patch)
tree9f227496de82e23a1e5df4a6952391b2cf33d95f /gtk2_ardour/keyeditor.cc
parentd324f67cce4530b4c57665210615ecdcaf46d979 (diff)
fix key editor resize behaviour
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 e9a0ed85a4..d39abf5057 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -103,7 +103,7 @@ KeyEditor::KeyEditor ()
reset_button.show ();
reset_label.show ();
reset_button.signal_clicked().connect (sigc::mem_fun (*this, &KeyEditor::reset));
- vpacker.pack_start (reset_box);
+ vpacker.pack_start (reset_box, false, false);
add (vpacker);