Tweak FP2/2018 Ctrl-Surface UI
This commit is contained in:
parent
cc2324e763
commit
b61b1cd7aa
BIN
gtk2_ardour/icons/faderport2018-small.png
Normal file
BIN
gtk2_ardour/icons/faderport2018-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -96,7 +96,7 @@ FP8GUI::FP8GUI (FaderPort8& p)
|
||||
#ifdef FADERPORT16
|
||||
string name = "faderport16-small.png";
|
||||
#elif defined FADERPORT2
|
||||
string name = ""; // TODO
|
||||
string name = "faderport2018-small.png";
|
||||
#else
|
||||
string name = "faderport8-small.png";
|
||||
#endif
|
||||
@ -166,7 +166,12 @@ FP8GUI::FP8GUI (FaderPort8& p)
|
||||
align->add (*user_combo);
|
||||
table.attach (*align, 3 * action_col + 1, 3 * action_col + 2, row + action_row, row + action_row + 1, AttachOptions(FILL|EXPAND), AttachOptions (0));
|
||||
|
||||
if (++action_row == 4) {
|
||||
#ifdef FADERPORT2
|
||||
if (++action_row == 2)
|
||||
#else
|
||||
if (++action_row == 4)
|
||||
#endif
|
||||
{
|
||||
action_row = 0;
|
||||
++action_col;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user