I believe it to be an issue with the AV8B itself as Zeus replied stating they will add a dark background.
Just for reference -
_ = function(p) return p; end;
name = _('HSBMFD1');
Description = '3 Screens and L-R MultiMFD'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 2560;
height = 1080;
viewDx = 0;
viewDy = 0;
aspect = 2.3;
GUI=
{
x = 0;
y = 0;
width = 2560;
height = 1080;
}
},
LEFT_MFCD =
{
x = 30;
y = 1100;
width = 700;
height = 700;
},
RIGHT_MFCD =
{
x = 1560;
y = 1100;
width = 700;
height = 700;
},
}
UIMainView = Viewports.Center
LEFT_MFCD = Viewports.LEFT_MFCD
RIGHT_MFCD = Viewports.RIGHT_MFCD