mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add a icon for gaschange to Oxy with all green tank shoulder color
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
432110ac8f
commit
fcc4be6ea0
3 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,8 @@ void DiveEventItem::setupPixmap()
|
|||
setPixmap(EVENT_PIXMAP_BIGGER(":gaschangeTrimix"));
|
||||
else if (gasmix_is_air(mix))
|
||||
setPixmap(EVENT_PIXMAP_BIGGER(":gaschangeAir"));
|
||||
else if (mix->o2.permille == 1000)
|
||||
setPixmap(EVENT_PIXMAP_BIGGER(":gaschangeOxy"));
|
||||
else
|
||||
setPixmap(EVENT_PIXMAP_BIGGER(":gaschangeNitrox"));
|
||||
#ifdef SAMPLE_FLAGS_SEVERITY_SHIFT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue