FGCom Settings dialog: avoid unexpected scheme
This commit is contained in:
parent
e70ecbf5d3
commit
ef9574c12e
1 changed files with 24 additions and 0 deletions
|
@ -124,6 +124,12 @@
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<label>Enabled:</label>
|
<label>Enabled:</label>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
|
<enable>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/fgcom/test</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
</enable>
|
||||||
</text>
|
</text>
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>0</row>
|
<row>0</row>
|
||||||
|
@ -132,6 +138,12 @@
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<name>enabled</name>
|
<name>enabled</name>
|
||||||
<label></label>
|
<label></label>
|
||||||
|
<enable>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/fgcom/test</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
</enable>
|
||||||
<property>/sim/fgcom/enabled</property>
|
<property>/sim/fgcom/enabled</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
@ -344,6 +356,12 @@
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<label>Echo test:</label>
|
<label>Echo test:</label>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
|
<enable>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/fgcom/enabled</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</enable>
|
||||||
</text>
|
</text>
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>0</row>
|
<row>0</row>
|
||||||
|
@ -352,6 +370,12 @@
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<name>test</name>
|
<name>test</name>
|
||||||
<label></label>
|
<label></label>
|
||||||
|
<enable>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/fgcom/enabled</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</enable>
|
||||||
<property>/sim/fgcom/test</property>
|
<property>/sim/fgcom/test</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
|
Loading…
Reference in a new issue