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>
This commit is contained in:
Sergey Starosek 2017-02-14 13:42:56 +03:00 committed by Dirk Hohndel
parent bd89e33e76
commit 1ef149652a
5 changed files with 2 additions and 0 deletions

BIN
icons/defaults.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
icons/language.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -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>