1
0
Fork 0
fgdata/Aircraft/c172p/Panels/callsign.xml
ThorstenB 1a01f02f96 New FGPanel instrument panel: C172p Mini Cockpit
Also borrow some instruments from the SenecaII FGPanel project :)
2011-11-28 19:02:55 +01:00

38 lines
588 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>callsign</name>
<w-base>280</w-base>
<h-base>20</h-base>
<layers>
<layer>
<w>240</w>
<h>20</h>
<name>callsign</name>
<type>text</type>
<font>helvetica_bold</font>
<font>Helvetica</font>
<font>lucida</font>
<point-size>24</point-size>
<color>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
</color>
<chunks>
<chunk>
<type>literal</type>
<text>D-GEAR</text>
<!--
<property>/sim/callsign</property>
-->
</chunk>
</chunks>
</layer>
</layers>
</PropertyList>