#151 Merged main gear left and right chokes under a single checkbox.
This commit is contained in:
parent
b9783e78c9
commit
af32913f50
1 changed files with 46 additions and 48 deletions
|
@ -45,6 +45,11 @@
|
||||||
</hrule>
|
</hrule>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>hbox</layout>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>vbox</layout>
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Nose Gear Chock</label>
|
<label>Nose Gear Chock</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
|
@ -61,9 +66,12 @@
|
||||||
</binding>
|
</binding>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>vbox</layout>
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Main Left Gear Chock</label>
|
<label>Main Gear Chock</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<enable>
|
<enable>
|
||||||
<and>
|
<and>
|
||||||
|
@ -72,31 +80,21 @@
|
||||||
<property>/gear/gear[2]/wow</property>
|
<property>/gear/gear[2]/wow</property>
|
||||||
</and>
|
</and>
|
||||||
</enable>
|
</enable>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
<property>/services/chocks/left</property>
|
<property>/services/chocks/left</property>
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
</binding>
|
||||||
<live>true</live>
|
<binding>
|
||||||
</checkbox>
|
<command>property-toggle</command>
|
||||||
|
|
||||||
<checkbox>
|
|
||||||
<label>Main Right Gear Chock</label>
|
|
||||||
<halign>left</halign>
|
|
||||||
<enable>
|
|
||||||
<and>
|
|
||||||
<property>/gear/gear[0]/wow</property>
|
|
||||||
<property>/gear/gear[1]/wow</property>
|
|
||||||
<property>/gear/gear[2]/wow</property>
|
|
||||||
</and>
|
|
||||||
</enable>
|
|
||||||
<property>/services/chocks/right</property>
|
<property>/services/chocks/right</property>
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
</binding>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue