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
|
@ -44,6 +44,15 @@
|
|||
<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>
|
||||
<format>%-0.2f m</format>
|
||||
|
@ -65,6 +74,15 @@
|
|||
<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>
|
||||
<format>%-0.2f m</format>
|
||||
|
@ -86,6 +104,15 @@
|
|||
<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>
|
||||
<format>%-0.2f m</format>
|
||||
|
|
Loading…
Reference in a new issue