mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:33:23 +00:00
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:
parent
bd89e33e76
commit
1ef149652a
5 changed files with 2 additions and 0 deletions
BIN
icons/defaults.png
Normal file
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 |
BIN
icons/graph.png
BIN
icons/graph.png
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
icons/language.png
Normal file
BIN
icons/language.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue