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:
parent
d1ab981110
commit
807b35eab7
1 changed files with 25 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue