diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-27 22:53:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-27 22:53:39 -0700 |
commit | fbc3b5242df891af9f6123eb7779f4431e8c3584 (patch) | |
tree | 9abb8a8cb9de3f89b0bba44104320ec5b1fe113c /subsurface.qrc | |
parent | ee8f7de4e7fb8183c9a34dcab8ab88b96255af8d (diff) | |
download | subsurface-fbc3b5242df891af9f6123eb7779f4431e8c3584.tar.gz |
Globe: use lighter and darker flags to mark the current dive site
This may be too subtle... the current dive site now has a brighter flag
than the others. I may need to make it an even bigger difference or maybe
make the flag a little bigger or something... but it's a start.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index f6abf9063..7eff0d952 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -18,6 +18,8 @@ <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="flagDark">icons/flag_dark.png</file> + <file alias="flagLight">icons/flag_light.png</file> <file alias="scale">icons/scale.png</file> <file alias="ruler">icons/ruler.png</file> <file alias="poster">icons/poster.png</file> |