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:
parent
03e3ef1ae1
commit
9b3142cb64
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue