diff options
author | TingPing <tingping@tingping.se> | 2014-03-13 12:00:25 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-03-15 12:12:39 -0400 |
commit | caddb25711401602e30d9dcf84129f474b394ddc (patch) | |
tree | c5a83996eb5408a78adc59d8624f8596b9ee9aa4 /data | |
parent | d374f3ffe6556cc8861b4ffb1f3619dd8211a33a (diff) |
Disable compression on tree_channel.png
This causes some artifacts in the icon, none of the others seem to have the problem
Diffstat (limited to 'data')
-rw-r--r-- | data/hexchat.gresource.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/hexchat.gresource.xml b/data/hexchat.gresource.xml index 3e32f731..c125da2a 100644 --- a/data/hexchat.gresource.xml +++ b/data/hexchat.gresource.xml @@ -15,7 +15,7 @@ <file alias="tray_highlight.png" preprocess="to-pixdata" compressed="true">icons/tray_highlight.png</file> <file alias="tray_message.png" preprocess="to-pixdata" compressed="true">icons/tray_message.png</file> - <file alias="tree_channel.png" preprocess="to-pixdata" compressed="true">icons/tree_channel.png</file> + <file alias="tree_channel.png" preprocess="to-pixdata">icons/tree_channel.png</file> <file alias="tree_dialog.png" preprocess="to-pixdata" compressed="true">icons/tree_dialog.png</file> <file alias="tree_server.png" preprocess="to-pixdata" compressed="true">icons/tree_server.png</file> <file alias="tree_util.png" preprocess="to-pixdata" compressed="true">icons/tree_util.png</file> |