diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2014-03-10 17:59:01 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-10 09:02:25 -0700 |
commit | 324b8cbff1a5ee9ab0fe2ec04183bb9c0c821dc1 (patch) | |
tree | f818aa38113efa1738084bfd5757ab9c1fa662dd /subsurface.qrc | |
parent | 7d9849cfed6da3d00366b849456194c6ade66a70 (diff) | |
download | subsurface-324b8cbff1a5ee9ab0fe2ec04183bb9c0c821dc1.tar.gz |
Profile2: use a different image when no profile is visible
This patch adds a new image resource named poster.png which,
is shown instead of the 3 posters. The main reason for that
is due to the poster text not being visible. This new image
is pretty much the Subsurface logo only.
It also removes the grid lines, while the poster is visible.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 4e0cffd72..a1211a66b 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -15,9 +15,7 @@ <file alias="flag">icons/flag.png</file> <file alias="scale">icons/scale.png</file> <file alias="ruler">icons/ruler.png</file> - <file alias="poster1">icons/poster1.jpg</file> - <file alias="poster2">icons/poster2.jpg</file> - <file alias="poster3">icons/poster3.jpg</file> + <file alias="poster">icons/poster.png</file> <file alias="arrow_up">icons/planner/arrow_up.png</file> <file alias="arrow_down">icons/planner/arrow_down.png</file> <file alias="icon_time">icons/planner/icon_time.png</file> |