Skip to content

Commit

Permalink
fix size ordering in .ico
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Sep 17, 2024
1 parent 3a07ab5 commit bca9cf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file modified pack/icons/qucsrflayout.ico
Binary file not shown.
15 changes: 8 additions & 7 deletions src/resources.qrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<RCC>
<qresource prefix="/">
<!--
# Order seems to matter, also 512 seems to block ImageMagick and may be useless.
convert \
qucsrflayout.16x16.png \
qucsrflayout.22x22.png \
qucsrflayout.32x32.png \
qucsrflayout.48x48.png \
qucsrflayout.64x64.png \
qucsrflayout.128x128.png \
qucsrflayout.256x256.png \
qucsrflayout.512x512.png \
qucsrflayout.256x256.png \
qucsrflayout.128x128.png \
qucsrflayout.64x64.png \
qucsrflayout.48x48.png \
qucsrflayout.32x32.png \
qucsrflayout.22x22.png \
qucsrflayout.16x16.png \
qucsrflayout.ico
-->
<file alias="qucsrflayout.ico">../pack/icons/qucsrflayout.ico</file>
Expand Down

0 comments on commit bca9cf8

Please sign in to comment.