diff options
author | Philip Goto <philip.goto@gmail.com> | 2021-05-27 12:12:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 12:12:55 +0200 |
commit | 308e5df426661c4487f57adfa68413f6066edbe4 (patch) | |
tree | 2d6137eafe88c018780ea8161c8a094370d7ade5 | |
parent | e48e45db7698e006d19b9f5422d9fc86fe8e9013 (diff) |
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
-rw-r--r-- | melon.qrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
\ No newline at end of file +</RCC> |