Omit a couple more items when "omit-knobs" is activated.
This commit is contained in:
parent
4445c1c324
commit
251ce01019
2 changed files with 18 additions and 0 deletions
|
@ -21,6 +21,12 @@ Jan 26 2003
|
||||||
|
|
||||||
<layer>
|
<layer>
|
||||||
<name>TAS alt</name>
|
<name>TAS alt</name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/instrument-options/omit-knobs</property>
|
||||||
|
<value></value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
<w>288</w>
|
<w>288</w>
|
||||||
<h>176</h>
|
<h>176</h>
|
||||||
<texture>
|
<texture>
|
||||||
|
@ -65,6 +71,12 @@ Jan 26 2003
|
||||||
|
|
||||||
<layer>
|
<layer>
|
||||||
<name>TAS speed</name>
|
<name>TAS speed</name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/instrument-options/omit-knobs</property>
|
||||||
|
<value></value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
<w>304</w>
|
<w>304</w>
|
||||||
<h>108</h>
|
<h>108</h>
|
||||||
<texture>
|
<texture>
|
||||||
|
|
|
@ -142,6 +142,12 @@ Jan 26 2003
|
||||||
|
|
||||||
<layer>
|
<layer>
|
||||||
<name>EGT REF Needle</name>
|
<name>EGT REF Needle</name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/instrument-options/omit-knobs</property>
|
||||||
|
<value></value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
<w>148</w>
|
<w>148</w>
|
||||||
<h>32</h>
|
<h>32</h>
|
||||||
<texture>
|
<texture>
|
||||||
|
|
Loading…
Add table
Reference in a new issue