Minor changes to hud.

This commit is contained in:
Meir Michanie 2016-07-08 19:07:54 +03:00
parent 122079d0d3
commit 4d0f080c22

22
HUD.xml
View File

@ -322,7 +322,7 @@
<property>/tracking/rng-km</property> <property>/tracking/rng-km</property>
<factor>1.0</factor> <factor>1.0</factor>
</input> </input>
<format>RNG %3.2f</format> <format>RNG KM %3.2f</format>
<halign>left</halign> <halign>left</halign>
</label> </label>
@ -336,7 +336,7 @@
<property>/tracking/rng-nml</property> <property>/tracking/rng-nml</property>
<factor>1.0</factor> <factor>1.0</factor>
</input> </input>
<format>RNG %3.2f</format> <format>RNG NML %3.2f</format>
<halign>left</halign> <halign>left</halign>
</label> </label>
@ -413,21 +413,21 @@
<label> <label>
<name>IAS</name> <name>IAS</name>
<x>-55</x> <x>75</x>
<y>50</y> <y>60</y>
<width>1</width> <width>1</width>
<height>1</height> <height>1</height>
<input> <input>
<property>/velocities/airspeed-kt</property> <property>/velocities/airspeed-kt</property>
<factor>1.852</factor> <factor>1.852</factor>
</input> </input>
<format>%4.0f</format> <format>IAS %4.0f</format>
<halign>right</halign> <halign>left</halign>
</label> </label>
<label> <label>
<name>Altitude</name> <name>Altitude</name>
<x>85</x> <x>120</x>
<y>50</y> <y>50</y>
<width>1</width> <width>1</width>
<height>1</height> <height>1</height>
@ -435,9 +435,10 @@
<property>/position/altitude-ft</property> <property>/position/altitude-ft</property>
<factor>0.3048</factor> <factor>0.3048</factor>
</input> </input>
<format>%5.0f</format> <format>ALT %5.0f</format>
<halign>right</halign> <halign>right</halign>
</label> </label>
<!--
<label> <label>
<name>Acceleration</name> <name>Acceleration</name>
@ -448,10 +449,9 @@
<input> <input>
<property>/accelerations/pilot-gdamped</property> <property>/accelerations/pilot-gdamped</property>
</input> </input>
<format>%2.1f</format> <format>A %2.1f</format>
<halign>right</halign> <halign>right</halign>
</label> </label>
<label> <label>
<name>Mach</name> <name>Mach</name>
<x>-30</x> <x>-30</x>
@ -464,7 +464,7 @@
<format>%1.2f</format> <format>%1.2f</format>
<halign>right</halign> <halign>right</halign>
</label> </label>
-->
<aiming-reticle> <aiming-reticle>
<x>5</x> <x>5</x>
<y>0</y> <y>0</y>