comment out fuel of generic panel. This is included by preferences.xml and
includes Instruments/fuel.xml. And *that* one creates tank[0] and tank[1] for *all* aircraft, which is quite annoying. A generic panel should display fuel numerically (like Lee's panels do) or as %.
This commit is contained in:
parent
7ecdeec89e
commit
e9d645170f
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ override those by providing <w>..</w> and <h>..</h> properties with the
|
||||||
<h>74</h>
|
<h>74</h>
|
||||||
</instrument>
|
</instrument>
|
||||||
|
|
||||||
|
<!--
|
||||||
<instrument include="../../Instruments/fuel.xml">
|
<instrument include="../../Instruments/fuel.xml">
|
||||||
<name>Fuel Gauge</name>
|
<name>Fuel Gauge</name>
|
||||||
<x>100</x>
|
<x>100</x>
|
||||||
|
@ -91,6 +92,7 @@ override those by providing <w>..</w> and <h>..</h> properties with the
|
||||||
<w>74</w>
|
<w>74</w>
|
||||||
<h>74</h>
|
<h>74</h>
|
||||||
</instrument>
|
</instrument>
|
||||||
|
-->
|
||||||
|
|
||||||
<instrument include="../../Instruments/oil.xml">
|
<instrument include="../../Instruments/oil.xml">
|
||||||
<name>Oil Gauge</name>
|
<name>Oil Gauge</name>
|
||||||
|
|
Loading…
Reference in a new issue