Consistent preset layout

Use the same order as AU, VST, LV2 GUIs. Show the "modified" asterisk
left of the preset-dropdown. This avoids a blank space between the
dropdown and the Add, Save, Delete buttons.
This commit is contained in:
Robin Gareus 2019-08-20 23:45:49 +02:00
parent 2d4eb7d505
commit a5e2012ead
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -110,8 +110,8 @@ GenericPluginUI::GenericPluginUI (boost::shared_ptr<PluginInsert> pi, bool scrol
smaller_hbox->pack_start (latency_button, false, false, 4); smaller_hbox->pack_start (latency_button, false, false, 4);
smaller_hbox->pack_start (pin_management_button, false, false, 4); smaller_hbox->pack_start (pin_management_button, false, false, 4);
smaller_hbox->pack_start (_preset_combo, false, false);
smaller_hbox->pack_start (_preset_modified, false, false); smaller_hbox->pack_start (_preset_modified, false, false);
smaller_hbox->pack_start (_preset_combo, false, false);
smaller_hbox->pack_start (add_button, false, false); smaller_hbox->pack_start (add_button, false, false);
smaller_hbox->pack_start (save_button, false, false); smaller_hbox->pack_start (save_button, false, false);
smaller_hbox->pack_start (delete_button, false, false); smaller_hbox->pack_start (delete_button, false, false);