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,22 +2,33 @@
|
|||
|
||||
<PropertyList>
|
||||
|
||||
<type>dialog</type>
|
||||
|
||||
<name>air</name>
|
||||
<width>400</width>
|
||||
<height>180</height>
|
||||
<width>500</width>
|
||||
<height>210</height>
|
||||
<modal>false</modal>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>150</y>
|
||||
<y>180</y>
|
||||
<label>Environment: Air</label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<x>0</x>
|
||||
<y>50</y>
|
||||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>110</y>
|
||||
<y>90</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>visibility (m)</label>
|
||||
<property>/environment/visibility-m</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>60</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>sea-level temperature (degC)</label>
|
||||
|
@ -26,7 +37,7 @@
|
|||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>80</y>
|
||||
<y>30</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>sea-level dewpoint (degC)</label>
|
||||
|
@ -35,16 +46,23 @@
|
|||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
<y>0</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>sea-level pressure (inHG)</label>
|
||||
<property>/environment/pressure-sea-level-inhg</property>
|
||||
</input>
|
||||
|
||||
<button>
|
||||
<x>5</x>
|
||||
</group>
|
||||
|
||||
<!-- Button Box -->
|
||||
<group>
|
||||
<x>50</x>
|
||||
<y>10</y>
|
||||
|
||||
<button>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<legend>OK</legend>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
@ -56,8 +74,8 @@
|
|||
</button>
|
||||
|
||||
<button>
|
||||
<x>105</x>
|
||||
<y>10</y>
|
||||
<x>100</x>
|
||||
<y>0</y>
|
||||
<legend>Apply</legend>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
@ -65,8 +83,8 @@
|
|||
</button>
|
||||
|
||||
<button>
|
||||
<x>205</x>
|
||||
<y>10</y>
|
||||
<x>200</x>
|
||||
<y>0</y>
|
||||
<legend>Reset</legend>
|
||||
<binding>
|
||||
<command>dialog-update</command>
|
||||
|
@ -74,12 +92,14 @@
|
|||
</button>
|
||||
|
||||
<button>
|
||||
<x>305</x>
|
||||
<y>10</y>
|
||||
<x>300</x>
|
||||
<y>0</y>
|
||||
<legend>Cancel</legend>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Add table
Reference in a new issue