1
0
Fork 0

Updated to hopefully make this dialog box more "intuitive".

This commit is contained in:
curt 2003-01-27 19:55:48 +00:00
parent 31b961fd2c
commit 913a943bf1

View file

@ -8,31 +8,9 @@
<text> <text>
<x>10</x> <x>10</x>
<y>270</y> <y>270</y>
<label>Default Situation</label> <label>Set New Position</label>
</text> </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> <input>
<x>10</x> <x>10</x>
<y>210</y> <y>210</y>
@ -96,9 +74,22 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<legend>OK</legend> <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> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
<binding>
<command>presets-commit</command>
</binding>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>
@ -109,9 +100,22 @@
<x>100</x> <x>100</x>
<y>0</y> <y>0</y>
<legend>Apply</legend> <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> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
<binding>
<command>presets-commit</command>
</binding>
</button> </button>
<button> <button>
@ -134,4 +138,4 @@
</group> </group>
</PropertyList> </PropertyList>