over-engineering (or: rounding, just because we can :-)
This commit is contained in:
parent
c3727dafa4
commit
96b3c3854f
1 changed files with 8 additions and 3 deletions
11
Huds/f16.xml
11
Huds/f16.xml
|
@ -101,8 +101,9 @@
|
|||
<height>40</height>
|
||||
<input>
|
||||
<property>/velocities/airspeed-kt</property>
|
||||
<offset>0.5</offset>
|
||||
</input>
|
||||
<format>%4.0f</format>
|
||||
<format>%4ld</format>
|
||||
<halign>left</halign>
|
||||
</label>
|
||||
|
||||
|
@ -124,8 +125,9 @@
|
|||
<height>40</height>
|
||||
<input>
|
||||
<property>/position/altitude-ft</property>
|
||||
<offset>0.5</offset>
|
||||
</input>
|
||||
<format>%4.0f</format>
|
||||
<format>%4ld</format>
|
||||
<halign>left</halign>
|
||||
</label>
|
||||
|
||||
|
@ -175,9 +177,12 @@
|
|||
<height>2</height>
|
||||
<input>
|
||||
<property>/orientation/heading-deg</property>
|
||||
<offset>0.5</offset>
|
||||
<max>359.999</max>
|
||||
</input>
|
||||
<format>%04.0f</format>
|
||||
<format>%04ld</format>
|
||||
<halign>left</halign>
|
||||
<modulo>360</modulo>
|
||||
</label>
|
||||
</PropertyList>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue