Came here to file this bug as well. I'll just leave my Lua file and hope ED solves this quick. Quite annoying.
_ = function(p) return p; end;
name = _('customized');
Description = '3 monitor plus mfds'
Viewports =
{
Left =
{
x = 0;
y = 0;
width = screen.width / 3;
height = 1920;
viewDx = -1;
viewDy = 0;
aspect = 1080 / 1920;
},
Center =
{
x = screen.width / 3;
y = 0;
width = screen.width / 3;
height = 1920;
viewDx = 0;
viewDy = 0;
aspect = 1080 / 1920;
},
Right =
{
x = screen.width * 2 / 3;
y = 0;
width = screen.width / 3;
height = 1920;
viewDx = 1;
viewDy = 0;
aspect = 1080 / 1920;
},
}
LEFT_MFCD =
{
x = 880;
y = 2315;
width = 400;
height = 400;
}
RIGHT_MFCD =
{
x = 1960;
y = 2315;
width = 400;
height = 400;
}
GUI =
{
x = 0;
y = 0;
width = 1920;
height = 1080;
}
UIMainView = GUI