mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
4b5cbe7931
We now load SVG icons (via the Qt resource system) and render them into a QIcon (with normal and disabled variants) using system colors. We also re-render them if the system color theme changes. This instantly makes Ladybird look less foreign on my Linux box. I drew the icons myself, and they could definitely be more optimized, but this was my first time using Inkscape. :^)
7 lines
187 B
Text
7 lines
187 B
Text
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file>Icons/back.svg</file>
|
|
<file>Icons/forward.svg</file>
|
|
<file>Icons/reload.svg</file>
|
|
</qresource>
|
|
</RCC>
|