Updated to hopefully make this dialog box more "intuitive".
This commit is contained in:
parent
31b961fd2c
commit
913a943bf1
1 changed files with 28 additions and 24 deletions
|
@ -8,31 +8,9 @@
|
|||
<text>
|
||||
<x>10</x>
|
||||
<y>270</y>
|
||||
<label>Default Situation</label>
|
||||
<label>Set New Position</label>
|
||||
</text>
|
||||
|
||||
<button>
|
||||
<x>100</x>
|
||||
<y>240</y>
|
||||
<legend>REVERT TO DEFAULTS</legend>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/presets/longitude-deg</property>
|
||||
<value type="double">-9999</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/presets/latitude-deg</property>
|
||||
<value type="double">-9999</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>presets-commit</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>210</y>
|
||||
|
@ -96,9 +74,22 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<legend>OK</legend>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/presets/longitude-deg</property>
|
||||
<value type="double">-9999</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/presets/latitude-deg</property>
|
||||
<value type="double">-9999</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>presets-commit</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
|
@ -109,9 +100,22 @@
|
|||
<x>100</x>
|
||||
<y>0</y>
|
||||
<legend>Apply</legend>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/presets/longitude-deg</property>
|
||||
<value type="double">-9999</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/presets/latitude-deg</property>
|
||||
<value type="double">-9999</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>presets-commit</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<button>
|
||||
|
@ -134,4 +138,4 @@
|
|||
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue