A32X: Minor fix in Upper ECAM Canvas

This commit is contained in:
Joshua Davidson 2017-09-30 23:32:50 -04:00
parent c4e4c7d182
commit ee2065e066
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ var canvas_upperECAM_base = {
}
# FOB
me["FOB-LBS"].setText(sprintf("%7.0f", math.round(getprop("/consumables/fuel/total-fuel-lbs"), 10)));
me["FOB-LBS"].setText(sprintf("%s", math.round(getprop("/consumables/fuel/total-fuel-lbs"), 10)));
# Left ECAM Messages
me["ECAML1"].setText(sprintf("%s", getprop("/ECAM/msg/line1")));

View file

@ -1 +1 @@
2012
2013