This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/AircraftConfig/psloaded.xml

42 lines
780 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2019-01-01 06:03:06 +00:00
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
<!-- A3XX Aircraft Config Dialog -->
<PropertyList>
<name>aircraft-config-panelstateloaded</name>
<layout>vbox</layout>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
2017-05-20 04:13:07 +00:00
<label>Panel State</label>
</text>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<text>
<halign>center</halign>
2017-05-20 04:13:07 +00:00
<label>The Panel State was loaded sucessfully.</label>
</text>
<button>
<halign>center</halign>
2017-05-20 04:13:07 +00:00
<legend>Go Away</legend>
2017-05-22 17:21:55 +00:00
<pref-width>160</pref-width>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>