1
0
Fork 0

FCU: Change HDG and ALT display formatting

Show select HDG always with 3 digits (if select HDG < 100 with leading 0)

Show selected ALT always with 5 digits.
This commit is contained in:
Lars Toenning 2021-05-30 21:45:12 +02:00
parent 03e3ef1ae1
commit 9b3142cb64

View file

@ -4535,8 +4535,8 @@
</offsets>
<alignment>center-center</alignment>
<axis-alignment>xy-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">%s</format>
<type type="string">number-value</type>
<format type="string">%03.0f</format>
<property>it-autoflight/input/hdg</property>
<truncate>false</truncate>
<font type="string">led.txf</font>
@ -4587,8 +4587,8 @@
</offsets>
<alignment>center-center</alignment>
<axis-alignment>xy-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">%s</format>
<type type="string">number-value</type>
<format type="string">%05.0f</format>
<property>it-autoflight/input/alt</property>
<truncate>false</truncate>
<font type="string">led.txf</font>