1
0
Fork 0

DU: correction

This commit is contained in:
Josh Davidson 2021-09-18 17:10:25 -04:00
parent b897dd0de2
commit 7bbfc0a6ab

View file

@ -1554,10 +1554,10 @@ var canvas_pfd = {
me["AI_agl"].show();
if (notification.agl <= notification.decision) {
me["AI_agl"].setColor(0.7333,0.3803,0);
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
if (notification.agl <= 400) {
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
me["AI_agl"].setFontSize(45);
}
@ -1579,10 +1579,10 @@ var canvas_pfd = {
minimum.setValue(notification.radio);
if (notification.agl <= notification.radio + 100) {
me["AI_agl"].setColor(0.7333,0.3803,0);
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
if (notification.agl <= 400) {
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
me["AI_agl"].setFontSize(45);
}
@ -1598,10 +1598,10 @@ var canvas_pfd = {
minimum.setValue(notification.baro);
if (notification.agl <= notification.baro + 100) {
me["AI_agl"].setColor(0.7333,0.3803,0);
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
if (notification.agl <= 400) {
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
me["AI_agl"].setFontSize(45);
}
@ -1616,7 +1616,7 @@ var canvas_pfd = {
hundredAbove.setValue(100);
minimum.setValue(0);
if (notification.agl <= 400) {
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
me["AI_agl"].setFontSize(45);
}
@ -1634,7 +1634,7 @@ var canvas_pfd = {
minimum.setValue(300);
if (notification.agl <= 400) {
me["AI_agl"].setColor(0.7333,0.3803,0);
me["AI_agl"].setFontSize(60);
me["AI_agl"].setFontSize(55);
} else {
me["AI_agl"].setColor(0.0509,0.7529,0.2941);
me["AI_agl"].setFontSize(45);