mmarien
Murray M.
I was looking for an easy way to distinguish the main fuel tank from the aux tank which is much smaller. I found that the params in the sensor file controls the width of the of the fuel bar so I made the main tank fuel bar wider then the aux tank fuel bar:
To change it, export the sensor files. Look for one that has ems in the filename. Open it with a text editor and look for a section called ems_display and find the layout that you want to change (Layout_100= or Layout_50 or Layout_20=). Find the wire for the fuel gauge. In my case it was c37_p20. I changed the first params=2 to params=5 and loaded the file back into SV.
c37_p20={
type=WIDGET_FUEL_BAR
x_offset=51.5
y_offset=2
width=10
height=45
params=5
params=0
params=0
}

To change it, export the sensor files. Look for one that has ems in the filename. Open it with a text editor and look for a section called ems_display and find the layout that you want to change (Layout_100= or Layout_50 or Layout_20=). Find the wire for the fuel gauge. In my case it was c37_p20. I changed the first params=2 to params=5 and loaded the file back into SV.
c37_p20={
type=WIDGET_FUEL_BAR
x_offset=51.5
y_offset=2
width=10
height=45
params=5
params=0
params=0
}