diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2015-01-05 20:24:34 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-05 13:30:47 -0800 |
commit | 4b98d17800e95f78b154694117ab0c24d21ef148 (patch) | |
tree | 3f484b1caeb96e65270af66c00e4165b42386c2f /qt-ui/profile/tankitem.h | |
parent | 88d806f2183480f227b21875ad4d9551d89b8b24 (diff) | |
download | subsurface-4b98d17800e95f78b154694117ab0c24d21ef148.tar.gz |
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>
Diffstat (limited to 'qt-ui/profile/tankitem.h')
-rw-r--r-- | qt-ui/profile/tankitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/tankitem.h b/qt-ui/profile/tankitem.h index d5c4b7f37..907bc0e34 100644 --- a/qt-ui/profile/tankitem.h +++ b/qt-ui/profile/tankitem.h @@ -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; }; |