1
0
Fork 0
A320-family/AircraftConfig/about.xml

77 lines
1.6 KiB
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-01-11 02:17:41 +00:00
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<!-- A3XX Aircraft Config Dialog -->
<PropertyList>
<name>aircraft-config-about</name>
<layout>vbox</layout>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>About This Aircraft</label>
</text>
<button>
<halign>right</halign>
<pref-width>20</pref-width>
<pref-height>20</pref-height>
<legend>X</legend>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<text>
<halign>left</halign>
<label>Airbus A320 Family</label>
2019-10-14 16:48:35 +00:00
</text>
<hrule/>
<text>
<halign>left</halign>
2021-04-24 14:29:02 +00:00
<label>Flight Dynamics: Josh Davidson (Octal450)</label>
2019-10-14 16:48:35 +00:00
</text>
<text>
<halign>left</halign>
2020-04-30 19:26:36 +00:00
<label>Systems: Josh Davidson (Octal450), Jonathan Redpath (legoboyvdlp), merspieler, Matthew Maring (mattmaring)</label>
2019-10-14 16:48:35 +00:00
</text>
<text>
<halign>left</halign>
2020-04-30 19:26:36 +00:00
<label>Displays: Josh Davidson (Octal450), Jonathan Redpath (legoboyvdlp), merspieler, Matthew Maring (mattmaring)</label>
2019-10-14 16:48:35 +00:00
</text>
<text>
<halign>left</halign>
<label>3D/Textures: Thorsten Herrmann (TH-555), Semir Gebran (CaptB)</label>
2019-10-14 16:48:35 +00:00
</text>
</group>
<hrule/>
<group>
<layout>hbox</layout>
<button>
<halign>center</halign>
<legend>Go Away</legend>
<pref-width>210</pref-width>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>