Give oxygen a proper colour in the tankbar

Oxygen should be representad by its own solid green colour not the yellow/green of nitrox.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Joakim Bygdell 2015-01-05 20:24:34 +01:00 committed by Dirk Hohndel
parent 88d806f218
commit 4b98d17800
2 changed files with 4 additions and 1 deletions

View file

@ -33,7 +33,7 @@ private:
struct plot_data *pInfoEntry;
int pInfoNr;
qreal yPos, height;
QBrush air, nitrox, trimix;
QBrush air, nitrox, oxygen, trimix;
QList<QGraphicsRectItem *> rects;
};