A3XX: Fix dialog
This commit is contained in:
parent
692d34eb1f
commit
32dcdcf1f2
1 changed files with 30 additions and 0 deletions
|
@ -556,6 +556,12 @@
|
|||
<pref-width>25</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<legend><<</legend>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/show-hdg</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/it-autoflight/input/hdg</property>
|
||||
|
@ -571,6 +577,12 @@
|
|||
<pref-width>25</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<legend><</legend>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/show-hdg</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/it-autoflight/input/hdg</property>
|
||||
|
@ -587,6 +599,12 @@
|
|||
<pref-width>40</pref-width>
|
||||
<property>/it-autoflight/input/hdg</property>
|
||||
<live type="bool">true</live>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/show-hdg</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
|
@ -598,6 +616,12 @@
|
|||
<pref-width>25</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<legend>></legend>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/show-hdg</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/it-autoflight/input/hdg</property>
|
||||
|
@ -614,6 +638,12 @@
|
|||
<pref-width>25</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<legend>>></legend>
|
||||
<enable>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/show-hdg</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</enable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/it-autoflight/input/hdg</property>
|
||||
|
|
Reference in a new issue