gui/dialogs/pilot_offset.xml: in 'Adjust View Position', added 'Zero' buttons.
This commit is contained in:
parent
944cddcb49
commit
72e2aa8c1e
1 changed files with 27 additions and 0 deletions
|
@ -43,6 +43,15 @@
|
|||
<property>/sim/current-view/x-offset-m</property>
|
||||
<binding><command>dialog-apply</command></binding>
|
||||
</dial>
|
||||
|
||||
<button>
|
||||
<legend>Zero</legend>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/x-offset-m</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<text>
|
||||
<label>-100.00</label>
|
||||
|
@ -64,6 +73,15 @@
|
|||
<property>/sim/current-view/y-offset-m</property>
|
||||
<binding><command>dialog-apply</command></binding>
|
||||
</dial>
|
||||
|
||||
<button>
|
||||
<legend>Zero</legend>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/y-offset-m</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<text>
|
||||
<label>-100.00</label>
|
||||
|
@ -85,6 +103,15 @@
|
|||
<property>/sim/current-view/z-offset-m</property>
|
||||
<binding><command>dialog-apply</command></binding>
|
||||
</dial>
|
||||
|
||||
<button>
|
||||
<legend>Zero</legend>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/z-offset-m</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<text>
|
||||
<label>-100.00</label>
|
||||
|
|
Loading…
Reference in a new issue