Use 256x256 instead of 32x32 as window icon size (#1115)

Pass the 256x256 icon to Qt to use as the window icon instead of the 32x32 version. Fixes #1113
This commit is contained in:
Philip Goto 2021-05-27 12:12:55 +02:00 committed by GitHub
parent e48e45db76
commit 308e5df426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
<file alias="melon-icon">icon/melon_32x32.png</file>
<file alias="melon-icon">icon/melon_256x256.png</file>
</qresource>
</RCC>
</RCC>