Tweak UI for Faderport2/2018

This commit is contained in:
Robin Gareus 2018-07-31 15:24:10 +02:00
parent b30cd5f657
commit cc2324e763
4 changed files with 18 additions and 0 deletions

View file

@ -179,6 +179,7 @@ FP8GUI::FP8GUI (FaderPort8& p)
row += 4;
#ifndef FADERPORT2
hsep = manage(new Gtk::HSeparator);
table.attach (*hsep, 0, 8, row, row+1, AttachOptions(FILL|EXPAND), AttachOptions(0), 0, 6);
row++;
@ -200,6 +201,7 @@ FP8GUI::FP8GUI (FaderPort8& p)
table.attach (auto_pluginui_cb, 4, 8, row, row+1, AttachOptions(FILL|EXPAND), AttachOptions(0), 0, 0);
row++;
#endif
/* update the port connection combos */
update_port_combos ();