diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2017-02-14 13:42:56 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-19 15:30:07 -0800 |
commit | 1ef149652a358609984686c7b157c2d10cde1a28 (patch) | |
tree | ba0b6edbf4669d6a13ef87679395c12465872a4f /subsurface.qrc | |
parent | bd89e33e765d73aa2b48419031d6922b8bf5eb37 (diff) | |
download | subsurface-1ef149652a358609984686c7b157c2d10cde1a28.tar.gz |
Add/update preference screen icons
Defaults and language icons were missing, and graph/profile
icon was not readable.
All icons except "language.png" were taken from Google's
Material Design Icon pack which is distributed under Apache 2.0 license
(see https://github.com/google/material-design-icons)
Language icon is from http://languageicon.org site. If their
license isn't permissive enough, then we can switch to a language icon
from Material Design pack (globe).
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
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 1a48bfc79..4cb5e3713 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -80,5 +80,7 @@ <file alias="duringPhoto">icons/duringPhoto.png</file> <file alias="outsidePhoto">icons/outsidePhoto.png</file> <file alias="inAndOutPhoto">icons/inAndOutPhoto.png</file> + <file alias="language">icons/language.png</file> + <file alias="defaults">icons/defaults.png</file> </qresource> </RCC> |