mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix key editor resize behaviour
This commit is contained in:
parent
d324f67cce
commit
c39666dc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue