mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: Use SVG directly for icons.
Use SVG files as source for icons where they exist, and remove the respective PNG artefacts generated from the SVG files from the repository. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
9e95746797
commit
2ef6cd89cc
9 changed files with 9 additions and 9 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<!-- ************ icons used in the profile ***************** -->
|
||||
<file alias="status-warning-icon">icons/warning-icon.png</file>
|
||||
<file alias="status-violation-icon">icons/violation-icon.png</file>
|
||||
<file alias="status-info-icon">icons/info-icon.png</file>
|
||||
<file alias="status-warning-icon">icons/warning-icon.svg</file>
|
||||
<file alias="status-violation-icon">icons/violation-icon.svg</file>
|
||||
<file alias="status-info-icon">icons/info-icon.svg</file>
|
||||
<file alias="bailout-icon">icons/OC.png</file>
|
||||
<file alias="onCCRLoop-icon">icons/CCR.png</file>
|
||||
<file alias="dive-bookmark-icon">icons/flag.svg</file>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue