mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
tidy up AU GUIs, make bypass button work and add preset/automation placeholders
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3043 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72da1b892d
commit
ea41f0f37b
5 changed files with 70 additions and 25 deletions
|
|
@ -81,7 +81,7 @@ GenericPluginUI::GenericPluginUI (boost::shared_ptr<PluginInsert> pi, bool scrol
|
|||
combo_label->set_use_markup (true);
|
||||
|
||||
smaller_hbox->pack_start (*combo_label, false, false, 10);
|
||||
smaller_hbox->pack_start (combo, false, false);
|
||||
smaller_hbox->pack_start (preset_combo, false, false);
|
||||
smaller_hbox->pack_start (save_button, false, false);
|
||||
|
||||
constraint_hbox->set_spacing (5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue