Remove obsolete 'type' subproperty.
Beautify and arrange in groups for maintainability.
This commit is contained in:
parent
0ad2c2b624
commit
e3f2145fc0
1 changed files with 85 additions and 65 deletions
|
@ -2,84 +2,104 @@
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|
||||||
<type>dialog</type>
|
|
||||||
|
|
||||||
<name>air</name>
|
<name>air</name>
|
||||||
<width>400</width>
|
<width>500</width>
|
||||||
<height>180</height>
|
<height>210</height>
|
||||||
<modal>false</modal>
|
<modal>false</modal>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<x>10</x>
|
<x>10</x>
|
||||||
<y>150</y>
|
<y>180</y>
|
||||||
<label>Environment: Air</label>
|
<label>Environment: Air</label>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<input>
|
<group>
|
||||||
<x>10</x>
|
<x>0</x>
|
||||||
<y>110</y>
|
|
||||||
<width>200</width>
|
|
||||||
<height>25</height>
|
|
||||||
<label>sea-level temperature (degC)</label>
|
|
||||||
<property>/environment/temperature-sea-level-degc</property>
|
|
||||||
</input>
|
|
||||||
|
|
||||||
<input>
|
|
||||||
<x>10</x>
|
|
||||||
<y>80</y>
|
|
||||||
<width>200</width>
|
|
||||||
<height>25</height>
|
|
||||||
<label>sea-level dewpoint (degC)</label>
|
|
||||||
<property>/environment/dewpoint-sea-level-degc</property>
|
|
||||||
</input>
|
|
||||||
|
|
||||||
<input>
|
|
||||||
<x>10</x>
|
|
||||||
<y>50</y>
|
<y>50</y>
|
||||||
<width>200</width>
|
|
||||||
<height>25</height>
|
|
||||||
<label>sea-level pressure (inHG)</label>
|
|
||||||
<property>/environment/pressure-sea-level-inhg</property>
|
|
||||||
</input>
|
|
||||||
|
|
||||||
<button>
|
<input>
|
||||||
<x>5</x>
|
<x>10</x>
|
||||||
<y>10</y>
|
<y>90</y>
|
||||||
<legend>OK</legend>
|
<width>200</width>
|
||||||
<binding>
|
<height>25</height>
|
||||||
<command>dialog-apply</command>
|
<label>visibility (m)</label>
|
||||||
</binding>
|
<property>/environment/visibility-m</property>
|
||||||
<binding>
|
</input>
|
||||||
<command>dialog-close</command>
|
|
||||||
</binding>
|
|
||||||
<default>true</default>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button>
|
<input>
|
||||||
<x>105</x>
|
<x>10</x>
|
||||||
<y>10</y>
|
<y>60</y>
|
||||||
<legend>Apply</legend>
|
<width>200</width>
|
||||||
<binding>
|
<height>25</height>
|
||||||
<command>dialog-apply</command>
|
<label>sea-level temperature (degC)</label>
|
||||||
</binding>
|
<property>/environment/temperature-sea-level-degc</property>
|
||||||
</button>
|
</input>
|
||||||
|
|
||||||
<button>
|
<input>
|
||||||
<x>205</x>
|
<x>10</x>
|
||||||
<y>10</y>
|
<y>30</y>
|
||||||
<legend>Reset</legend>
|
<width>200</width>
|
||||||
<binding>
|
<height>25</height>
|
||||||
<command>dialog-update</command>
|
<label>sea-level dewpoint (degC)</label>
|
||||||
</binding>
|
<property>/environment/dewpoint-sea-level-degc</property>
|
||||||
</button>
|
</input>
|
||||||
|
|
||||||
<button>
|
<input>
|
||||||
<x>305</x>
|
<x>10</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>200</width>
|
||||||
|
<height>25</height>
|
||||||
|
<label>sea-level pressure (inHG)</label>
|
||||||
|
<property>/environment/pressure-sea-level-inhg</property>
|
||||||
|
</input>
|
||||||
|
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<!-- Button Box -->
|
||||||
|
<group>
|
||||||
|
<x>50</x>
|
||||||
<y>10</y>
|
<y>10</y>
|
||||||
<legend>Cancel</legend>
|
|
||||||
<binding>
|
<button>
|
||||||
<command>dialog-close</command>
|
<x>0</x>
|
||||||
</binding>
|
<y>0</y>
|
||||||
</button>
|
<legend>OK</legend>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-close</command>
|
||||||
|
</binding>
|
||||||
|
<default>true</default>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button>
|
||||||
|
<x>100</x>
|
||||||
|
<y>0</y>
|
||||||
|
<legend>Apply</legend>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button>
|
||||||
|
<x>200</x>
|
||||||
|
<y>0</y>
|
||||||
|
<legend>Reset</legend>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-update</command>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button>
|
||||||
|
<x>300</x>
|
||||||
|
<y>0</y>
|
||||||
|
<legend>Cancel</legend>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-close</command>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
</group>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue