diff options
author | roberto forini <forini.r@gmail.com> | 2014-07-10 10:54:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 12:37:54 -0700 |
commit | 9262d8a5187475b157dde399f84b58ee0ff8e4b5 (patch) | |
tree | a29c6bcff9a62c835816a6ed1fd019a30cf8b303 /subsurface.qrc | |
parent | 29b35ad6d8e7701eb9e2b89e9b6f3b8ff987a6ca (diff) | |
download | subsurface-9262d8a5187475b157dde399f84b58ee0ff8e4b5.tar.gz |
Use different gas change icons
[Dirk Hohndel: scaled PNG files and added the code to show them and
to make them somewhat bigger]
Signed-off-by: roberto forini <forini.r@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 64f78a144..dfeea6819 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -14,6 +14,9 @@ <file alias="average">icons/average.png</file> <file alias="warning">icons/warning.png</file> <file alias="gaschange">icons/gaschange.png</file> + <file alias="gaschangeAir">icons/Air_change.png</file> + <file alias="gaschangeNitrox">icons/Nx_change.png</file> + <file alias="gaschangeTrimix">icons/Tmx_change.png</file> <file alias="flag">icons/flag.png</file> <file alias="scale">icons/scale.png</file> <file alias="ruler">icons/ruler.png</file> |