68 lines
1.6 KiB
XML
68 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
#
|
|
# Aerotow Everywhere - Add-on for FlightGear
|
|
#
|
|
# Written and developer by Roman Ludwicki (PlayeRom, SP-ROM)
|
|
#
|
|
# Copyright (C) 2022 Roman Ludwicki
|
|
#
|
|
# Aerotow Everywhere is an Open Source project and it is licensed
|
|
# under the GNU Public License v3 (GPLv3)
|
|
#
|
|
-->
|
|
|
|
<!-- This file requires FlightGear version 2018.2 or newer -->
|
|
|
|
<PropertyList>
|
|
<name>help-aerotow</name>
|
|
<layout>vbox</layout>
|
|
<width>800</width>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<empty>
|
|
<stretch>1</stretch>
|
|
</empty>
|
|
<text>
|
|
<label>Aerotow Everywhere Help</label>
|
|
</text>
|
|
<empty>
|
|
<stretch>1</stretch>
|
|
</empty>
|
|
<button>
|
|
<pref-width>16</pref-width>
|
|
<pref-height>16</pref-height>
|
|
<legend></legend>
|
|
<keynum>27</keynum>
|
|
<border>2</border>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
|
|
<textbox>
|
|
<name>help</name>
|
|
<halign>fill</halign>
|
|
<valign>fill</valign>
|
|
<stretch>true</stretch>
|
|
<pref-width>750</pref-width>
|
|
<pref-height>600</pref-height>
|
|
<padding>6</padding>
|
|
<slider>20</slider>
|
|
<editable>false</editable>
|
|
<wrap>true</wrap>
|
|
<property>/addons/by-id/org.flightgear.addons.Aerotow/addon-devel/help-text</property>
|
|
</textbox>
|
|
|
|
<hrule/>
|
|
|
|
<button>
|
|
<legend>OK</legend>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</PropertyList>
|