aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Goto <philip.goto@gmail.com>2021-05-27 12:12:55 +0200
committerGitHub <noreply@github.com>2021-05-27 12:12:55 +0200
commit308e5df426661c4487f57adfa68413f6066edbe4 (patch)
tree2d6137eafe88c018780ea8161c8a094370d7ade5
parente48e45db7698e006d19b9f5422d9fc86fe8e9013 (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.qrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/melon.qrc b/melon.qrc
index b1ea364..38915bb 100644
--- a/melon.qrc
+++ b/melon.qrc
@@ -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>