From 8a3b8ea2b16b76d85ad53f20c54ad8e859ff7558 Mon Sep 17 00:00:00 2001 From: Kissaki Date: Sun, 13 Jan 2013 21:44:57 +0100 Subject: [PATCH] add 256px icon layer to mumble icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * this was suggested by submitted patch 321. This shouldn’t hurt, only increasing file-size a bit. Although probably very rarely in use, the patch showed interest/usage of it. --- src/tests/IconSync.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/IconSync.cpp b/src/tests/IconSync.cpp index a02be260832..4dd48402045 100644 --- a/src/tests/IconSync.cpp +++ b/src/tests/IconSync.cpp @@ -25,6 +25,7 @@ int main(int argc, char **argv) { sizes << 64; sizes << 96; sizes << 128; + sizes << 256; QStringList qslImages;