1
0

icons: use non-flat lock/unlock icons, and rerender to 512x512

This commit is contained in:
Janus
2018-06-12 12:30:44 +02:00
parent 325e9b0d6f
commit 17ef023c8c
5 changed files with 788 additions and 2 deletions

View File

@@ -66,9 +66,9 @@ Run install (this should install dependencies)::
pip3 install .[full]
Render the SVG icons to PNGs:
Render the SVG icons to PNGs::
for i in confirmed status_lagging status_disconnected status_connected_proxy status_connected status_waiting preferences; do convert -background none icons/$i.svg icons/$i.png; done
for i in lock unlock confirmed status_lagging status_disconnected status_connected_proxy status_connected status_waiting preferences; do convert -background none icons/$i.svg icons/$i.png; done
Compile the icons file for Qt::