diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-15 18:22:17 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-15 18:35:06 +0200 |
commit | ae7c5411a6b4c4360c229e44c9b1e88e5d9cacbe (patch) | |
tree | 37ee1e5d9111cd9b48490c5ee6f1e082556567fc /Base | |
parent | 8a4cc735b9114a197c01ba113082b82471ebf104 (diff) | |
download | serenity-ae7c5411a6b4c4360c229e44c9b1e88e5d9cacbe.zip |
PixelPaint+Base: Tool icon refresh :^)
Redraw and shrink all tool icons to 16x16 instead of the off-beat size
(26x26) they had previously.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/pixelpaint/brush.png | bin | 980 -> 149 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/bucket.png | bin | 334 -> 259 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/circle.png | bin | 1005 -> 108 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/eraser.png | bin | 280 -> 208 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/line.png | bin | 171 -> 80 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/move.png | bin | 711 -> 163 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/pen.png | bin | 333 -> 194 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/picker.png | bin | 254 -> 179 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/rectangle.png | bin | 859 -> 97 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/spray.png | bin | 231 -> 204 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/zoom.png | bin | 913 -> 232 bytes |
11 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/pixelpaint/brush.png b/Base/res/icons/pixelpaint/brush.png Binary files differindex 5b09f4eff8..cf1207417b 100644 --- a/Base/res/icons/pixelpaint/brush.png +++ b/Base/res/icons/pixelpaint/brush.png diff --git a/Base/res/icons/pixelpaint/bucket.png b/Base/res/icons/pixelpaint/bucket.png Binary files differindex 7c4082e2ac..fac1741682 100644 --- a/Base/res/icons/pixelpaint/bucket.png +++ b/Base/res/icons/pixelpaint/bucket.png diff --git a/Base/res/icons/pixelpaint/circle.png b/Base/res/icons/pixelpaint/circle.png Binary files differindex aa56e05083..9680bb8fff 100644 --- a/Base/res/icons/pixelpaint/circle.png +++ b/Base/res/icons/pixelpaint/circle.png diff --git a/Base/res/icons/pixelpaint/eraser.png b/Base/res/icons/pixelpaint/eraser.png Binary files differindex 5c8c53bdb0..70dc5f070c 100644 --- a/Base/res/icons/pixelpaint/eraser.png +++ b/Base/res/icons/pixelpaint/eraser.png diff --git a/Base/res/icons/pixelpaint/line.png b/Base/res/icons/pixelpaint/line.png Binary files differindex 612f6cda1d..c1f611ebc5 100644 --- a/Base/res/icons/pixelpaint/line.png +++ b/Base/res/icons/pixelpaint/line.png diff --git a/Base/res/icons/pixelpaint/move.png b/Base/res/icons/pixelpaint/move.png Binary files differindex 68c8f7c694..2108ef4315 100644 --- a/Base/res/icons/pixelpaint/move.png +++ b/Base/res/icons/pixelpaint/move.png diff --git a/Base/res/icons/pixelpaint/pen.png b/Base/res/icons/pixelpaint/pen.png Binary files differindex 5bfbd1a715..9bf8067ff3 100644 --- a/Base/res/icons/pixelpaint/pen.png +++ b/Base/res/icons/pixelpaint/pen.png diff --git a/Base/res/icons/pixelpaint/picker.png b/Base/res/icons/pixelpaint/picker.png Binary files differindex a88f39fcd2..34f987766e 100644 --- a/Base/res/icons/pixelpaint/picker.png +++ b/Base/res/icons/pixelpaint/picker.png diff --git a/Base/res/icons/pixelpaint/rectangle.png b/Base/res/icons/pixelpaint/rectangle.png Binary files differindex 39d099c3c7..6c0c5c183a 100644 --- a/Base/res/icons/pixelpaint/rectangle.png +++ b/Base/res/icons/pixelpaint/rectangle.png diff --git a/Base/res/icons/pixelpaint/spray.png b/Base/res/icons/pixelpaint/spray.png Binary files differindex 44317c103a..3d42b0d7cd 100644 --- a/Base/res/icons/pixelpaint/spray.png +++ b/Base/res/icons/pixelpaint/spray.png diff --git a/Base/res/icons/pixelpaint/zoom.png b/Base/res/icons/pixelpaint/zoom.png Binary files differindex 5ecb307700..cbdaa117d9 100644 --- a/Base/res/icons/pixelpaint/zoom.png +++ b/Base/res/icons/pixelpaint/zoom.png |