From 308e5df426661c4487f57adfa68413f6066edbe4 Mon Sep 17 00:00:00 2001 From: Philip Goto Date: Thu, 27 May 2021 12:12:55 +0200 Subject: 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 --- melon.qrc | 4 ++-- 1 file 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 @@ - icon/melon_32x32.png + icon/melon_256x256.png - \ No newline at end of file + -- cgit v1.2.3