diff options
author | Timothy Pearson <[email protected]> | 2016-07-23 18:04:22 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-07-24 03:45:17 +0200 |
commit | d44002819c9a12f8f38d6580e2543a3577125f16 (patch) | |
tree | d9b65d0db54a9664564b53a8b2b1624745fc6912 | |
parent | a80c6b7a1dc9f63a43ae024566e21efc341894be (diff) | |
download | tde-style-qtcurve-d44002819c9a12f8f38d6580e2543a3577125f16.tar.gz tde-style-qtcurve-d44002819c9a12f8f38d6580e2543a3577125f16.zip |
Fix invalid headers in PNG files and optimize for size
(cherry picked from commit 749c0e2fc0b307465a6e08e602f3b7dd5de81b16)
-rw-r--r-- | common/check_on.png | bin | 179 -> 165 bytes |
-rw-r--r-- | common/check_x_on.png | bin | 154 -> 109 bytes |
-rw-r--r-- | common/dot.png | bin | 130 -> 123 bytes |
-rw-r--r-- | common/radio_frame.png | bin | 419 -> 191 bytes |
-rw-r--r-- | common/radio_inner.png | bin | 276 -> 266 bytes |
-rw-r--r-- | common/radio_light.png | bin | 236 -> 212 bytes |
-rw-r--r-- | common/radio_on.png | bin | 221 -> 180 bytes |
-rw-r--r-- | common/radio_on_small.png | bin | 258 -> 203 bytes |
-rw-r--r-- | common/slider.png | bin | 311 -> 278 bytes |
-rw-r--r-- | common/slider_light.png | bin | 199 -> 165 bytes |
-rw-r--r-- | common/slider_light_v.png | bin | 204 -> 155 bytes |
-rw-r--r-- | common/slider_v.png | bin | 310 -> 274 bytes |
12 files changed, 0 insertions, 0 deletions
diff --git a/common/check_on.png b/common/check_on.png Binary files differindex 472578e..c378ece 100644 --- a/common/check_on.png +++ b/common/check_on.png diff --git a/common/check_x_on.png b/common/check_x_on.png Binary files differindex 1be26e1..107dad3 100644 --- a/common/check_x_on.png +++ b/common/check_x_on.png diff --git a/common/dot.png b/common/dot.png Binary files differindex c1ba664..3a86a6f 100644 --- a/common/dot.png +++ b/common/dot.png diff --git a/common/radio_frame.png b/common/radio_frame.png Binary files differindex 1faf082..adf11d9 100644 --- a/common/radio_frame.png +++ b/common/radio_frame.png diff --git a/common/radio_inner.png b/common/radio_inner.png Binary files differindex 94201cd..3d5f559 100644 --- a/common/radio_inner.png +++ b/common/radio_inner.png diff --git a/common/radio_light.png b/common/radio_light.png Binary files differindex 4f102cf..f8452e6 100644 --- a/common/radio_light.png +++ b/common/radio_light.png diff --git a/common/radio_on.png b/common/radio_on.png Binary files differindex 7584dbf..a38dcd6 100644 --- a/common/radio_on.png +++ b/common/radio_on.png diff --git a/common/radio_on_small.png b/common/radio_on_small.png Binary files differindex 72dc158..6996830 100644 --- a/common/radio_on_small.png +++ b/common/radio_on_small.png diff --git a/common/slider.png b/common/slider.png Binary files differindex 00fe168..8d7bf12 100644 --- a/common/slider.png +++ b/common/slider.png diff --git a/common/slider_light.png b/common/slider_light.png Binary files differindex 8c80304..ecc9e74 100644 --- a/common/slider_light.png +++ b/common/slider_light.png diff --git a/common/slider_light_v.png b/common/slider_light_v.png Binary files differindex d7b4dc2..eed0a28 100644 --- a/common/slider_light_v.png +++ b/common/slider_light_v.png diff --git a/common/slider_v.png b/common/slider_v.png Binary files differindex 08e37a3..ca2c167 100644 --- a/common/slider_v.png +++ b/common/slider_v.png |