mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
fix AU plugin creation by changing packing of preset combo/box
git-svn-id: svn://localhost/ardour2/branches/3.0@10237 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
153ee4e441
commit
f3d5ad776b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ AUPluginUI::AUPluginUI (boost::shared_ptr<PluginInsert> insert)
|
|||
|
||||
smaller_hbox->set_spacing (6);
|
||||
smaller_hbox->pack_start (preset_label, false, false, 4);
|
||||
smaller_hbox->pack_start (_preset_combo, false, false);
|
||||
smaller_hbox->pack_start (_preset_box, false, false);
|
||||
smaller_hbox->pack_start (save_button, false, false);
|
||||
#if 0
|
||||
/* one day these might be useful with an AU plugin, but not yet */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue