flightgear-addon-vfrnavigator/gui/vfrstarter.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

106 lines
2.6 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>vfrstarter</name>
<layout>vbox</layout>
<resizable>false</resizable>
<modal>false</modal>
<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>1</default-padding>
<button>
<pref-width>27</pref-width>
<pref-height>22</pref-height>
<legend>MP</legend>
<border>2</border>
<binding>
<command>dialog-show</command>
<dialog-name>vfrmap</dialog-name>
</binding>
</button>
<button>
<pref-width>27</pref-width>
<pref-height>22</pref-height>
<legend>PL</legend>
<border>2</border>
<binding>
<command>dialog-show</command>
<dialog-name>vfrtable</dialog-name>
</binding>
</button>
<button>
<pref-width>27</pref-width>
<pref-height>22</pref-height>
<legend>SW</legend>
<border>2</border>
<binding>
<command>dialog-show</command>
<dialog-name>stopwatch-dialog</dialog-name>
</binding>
</button>
<button>
<pref-width>27</pref-width>
<pref-height>22</pref-height>
<legend>R</legend>
<border>2</border>
<binding>
<command>dialog-show</command>
<dialog-name>radios</dialog-name>
</binding>
</button>
<button>
<pref-width>27</pref-width>
<pref-height>22</pref-height>
<legend>A</legend>
<border>2</border>
<binding>
<command>ATC-freq-search</command>
</binding>
</button>
<button>
<pref-width>27</pref-width>
<pref-height>22</pref-height>
<legend>RM</legend>
<border>2</border>
<binding>
<command>dialog-show</command>
<dialog-name>route-manager</dialog-name>
</binding>
</button>
<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>
</PropertyList>