Skip to content

Commit

Permalink
add 256px icon layer to mumble icon
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Kissaki committed Jun 9, 2013
1 parent 30051f9 commit 8a3b8ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/IconSync.cpp
Expand Up @@ -25,6 +25,7 @@ int main(int argc, char **argv) {
sizes << 64;
sizes << 96;
sizes << 128;
sizes << 256;

QStringList qslImages;

Expand Down

0 comments on commit 8a3b8ea

Please sign in to comment.