Files
flightgear-addon-vfrnavigator/gui/vfrtable.xml
Slawek Mikula 3a680ab996 - vfrtable - added info from current route manager
- vfrstarter - added links to radios and ATC freq search
- vfrmap - added info from current WP + wind direction/speed
2018-10-06 12:01:31 +02:00

69 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<name>vfrtable</name>
<layout>vbox</layout>
<resizable>true</resizable>
<x>5</x>
<y>-5</y>
<default-padding>3</default-padding>
<color>
<alpha type="float">0.7</alpha>
</color>
<group>
<layout>hbox</layout>
<default-padding>2</default-padding>
<text>
<label>MMMMMMMMMMMMMMMM</label>
<format>Target: %s</format>
<property>/autopilot/route-manager/wp[0]/id</property>
<live>true</live>
</text>
<text>
<label>MMMMMMMMM</label>
<format>Dist: %.2f nm</format>
<property>/autopilot/route-manager/wp[0]/dist</property>
<live>true</live>
</text>
<text>
<label>MMMMMMMMM</label>
<format>ETA: %s</format>
<property>/autopilot/route-manager/wp[0]/eta</property>
<live>true</live>
</text>
<empty><stretch>1</stretch></empty>
<button>
<pref-width>22</pref-width>
<pref-height>22</pref-height>
<legend>X</legend>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<group>
<layout>hbox</layout>
<default-padding>2</default-padding>
<stretch>true</stretch>
<halign>fill</halign>
<valign>fill</valign>
<waypointlist>
<name>list</name>
<halign>fill</halign>
<valign>fill</valign>
<stretch>true</stretch>
<pref-height>150</pref-height>
<property>/sim/gui/dialogs/route-manager/selection</property>
<binding>
<command>dialog-apply</command>
<object-name>list</object-name>
</binding>
</waypointlist>
</group>
</PropertyList>