Add a missing file.
This commit is contained in:
parent
4bf0e50651
commit
61b688906f
1 changed files with 40 additions and 0 deletions
40
Aircraft/Instruments/radar-minimized.xml
Normal file
40
Aircraft/Instruments/radar-minimized.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<PropertyList>
|
||||
<name>Radar</name>
|
||||
<w-base>44</w-base>
|
||||
<h-base>16</h-base>
|
||||
<layers>
|
||||
|
||||
<layer>
|
||||
<name>background</name>
|
||||
<w>44</w>
|
||||
<h>16</h>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
|
||||
<x1>0</x1>
|
||||
<y1>0.484375</y1>
|
||||
<x2>0.171875</x2>
|
||||
<y2>0.546875</y2>
|
||||
</texture>
|
||||
</layer>
|
||||
|
||||
</layers>
|
||||
|
||||
<actions>
|
||||
|
||||
<action>
|
||||
<name>maximize</name>
|
||||
<button>0</button>
|
||||
<x>-20</x>
|
||||
<y>-7</y>
|
||||
<w>50</w>
|
||||
<h>16</h>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/instrumentation/radar/minimized</property>
|
||||
<value>false</value>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
</actions>
|
||||
|
||||
</PropertyList>
|
Loading…
Reference in a new issue