53 lines
1.3 KiB
XML
53 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
<name>weather-metar-description</name>
|
|
<modal>false</modal>
|
|
<resizable>true</resizable>
|
|
<layout>vbox</layout>
|
|
<default-padding>3</default-padding>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<text>
|
|
<label>METAR Description</label>
|
|
</text>
|
|
<empty>
|
|
<stretch>true</stretch>
|
|
</empty>
|
|
<button>
|
|
<legend/>
|
|
<key>Esc</key>
|
|
<pref-width>16</pref-width>
|
|
<pref-height>16</pref-height>
|
|
<border>2</border>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
|
|
<textbox>
|
|
<name>metar-string-human</name>
|
|
<halign>fill</halign>
|
|
<valign>fill</valign>
|
|
<stretch>true</stretch>
|
|
<pref-width>450</pref-width>
|
|
<pref-height>250</pref-height>
|
|
<slider>15</slider>
|
|
<editable>false</editable>
|
|
<wrap>true</wrap>
|
|
<top-line>0</top-line>
|
|
<property>/environment/metar/description</property>
|
|
</textbox>
|
|
|
|
<button>
|
|
<legend>Close</legend>
|
|
<equal>true</equal>
|
|
<default>true</default>
|
|
<key>Esc</key>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</PropertyList>
|