1
0
Fork 0

gui/dialogs/weather.xml: added human-readable metar info.

Relies on associated recent changes to flightgear and simgear, which put
human-readable metar text into /environment/metar/description.
This commit is contained in:
Julian Smith 2019-10-31 14:23:27 +00:00
parent d1ab981110
commit 807b35eab7

View file

@ -689,6 +689,31 @@
</binding>
</textbox>
</group>
<group>
<layout>hbox</layout>
<text>
<label>METAR Description</label>
</text>
<empty>
<stretch>true</stretch>
</empty>
</group>
<group>
<layout>hbox</layout>
<textbox>
<name>metar-string-human</name>
<halign>fill</halign>
<stretch>true</stretch>
<pref-height>200</pref-height>
<slider>15</slider>
<editable>false</editable>
<wrap>true</wrap>
<top-line>0</top-line>
<property>/environment/metar/description</property>
</textbox>
</group>
<group>
<layout>hbox</layout>