Hi,
I copied the panel.cfg CDU settings and any boxes (i.e., ZFW, etc.) are cutoff on the left. Which number do I need to modify in order to get the whole box?
Thanks,
George
CDU boxes cutoff at the left via Panel.cfg[SOLVED]
Re: CDU boxes cutoff at the left via Panel.cfg
Try with this
//
// CDU (Left)
//
[Window01]
BACKGROUND_COLOR=100,100,100
size_mm=410,600
window_size= 0.625, 0.50000
position=8
visible=0
ident=402
zorder=99
gauge00=PMDG_747QOTSII!CDU, -80,-80,570,1580,L #0
if you compare with the old you will see the values you can play with
//
// CDU (Left)
//
[Window01]
BACKGROUND_COLOR=100,100,100
size_mm=410,600
window_size= 0.625, 0.50000
position=8
visible=0
ident=402
zorder=99
gauge00=PMDG_747QOTSII!CDU, -80,-80,570,1580,L #0
if you compare with the old you will see the values you can play with
Re: CDU boxes cutoff at the left via Panel.cfg
That worked! Thanks.