diff options
author | electrikmilk <brandonjordan124@gmail.com> | 2022-01-10 23:00:09 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-12 10:55:13 +0100 |
commit | 64ae8eac0e0d0476900e7ef4de3d15c78ce3152a (patch) | |
tree | 6879c49e90dc61d74295fbbcb3cdb1192449a373 /Base | |
parent | 983c784a8049980a6de5fea16178f72e72c8c6f9 (diff) | |
download | serenity-64ae8eac0e0d0476900e7ef4de3d15c78ce3152a.zip |
Base+PixelPaint: Add more menu icons
Adding icons missing from Pixel Paint menus.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/16x16/clear-selection.png | bin | 0 -> 3038 bytes |
-rw-r--r-- | Base/res/icons/16x16/file-export.png | bin | 0 -> 1486 bytes |
-rw-r--r-- | Base/res/icons/16x16/new-layer.png | bin | 5474 -> 4442 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/active-layer-down.png | bin | 0 -> 3407 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/active-layer-up.png | bin | 0 -> 3345 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/default-colors.png | bin | 0 -> 2989 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/next-layer.png | bin | 0 -> 3127 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/previous-layer.png | bin | 0 -> 2971 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/swap-colors.png | bin | 0 -> 2994 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/clear-selection.png b/Base/res/icons/16x16/clear-selection.png Binary files differnew file mode 100644 index 0000000000..29b73dbbf1 --- /dev/null +++ b/Base/res/icons/16x16/clear-selection.png diff --git a/Base/res/icons/16x16/file-export.png b/Base/res/icons/16x16/file-export.png Binary files differnew file mode 100644 index 0000000000..771ffba83e --- /dev/null +++ b/Base/res/icons/16x16/file-export.png diff --git a/Base/res/icons/16x16/new-layer.png b/Base/res/icons/16x16/new-layer.png Binary files differindex 1262c2d9fd..f96544ba74 100644 --- a/Base/res/icons/16x16/new-layer.png +++ b/Base/res/icons/16x16/new-layer.png diff --git a/Base/res/icons/pixelpaint/active-layer-down.png b/Base/res/icons/pixelpaint/active-layer-down.png Binary files differnew file mode 100644 index 0000000000..01d2de7b2a --- /dev/null +++ b/Base/res/icons/pixelpaint/active-layer-down.png diff --git a/Base/res/icons/pixelpaint/active-layer-up.png b/Base/res/icons/pixelpaint/active-layer-up.png Binary files differnew file mode 100644 index 0000000000..8edb7689b5 --- /dev/null +++ b/Base/res/icons/pixelpaint/active-layer-up.png diff --git a/Base/res/icons/pixelpaint/default-colors.png b/Base/res/icons/pixelpaint/default-colors.png Binary files differnew file mode 100644 index 0000000000..2a7cb72e3e --- /dev/null +++ b/Base/res/icons/pixelpaint/default-colors.png diff --git a/Base/res/icons/pixelpaint/next-layer.png b/Base/res/icons/pixelpaint/next-layer.png Binary files differnew file mode 100644 index 0000000000..2f6dc0ed4a --- /dev/null +++ b/Base/res/icons/pixelpaint/next-layer.png diff --git a/Base/res/icons/pixelpaint/previous-layer.png b/Base/res/icons/pixelpaint/previous-layer.png Binary files differnew file mode 100644 index 0000000000..e57ab2fe9a --- /dev/null +++ b/Base/res/icons/pixelpaint/previous-layer.png diff --git a/Base/res/icons/pixelpaint/swap-colors.png b/Base/res/icons/pixelpaint/swap-colors.png Binary files differnew file mode 100644 index 0000000000..5f84a4fb71 --- /dev/null +++ b/Base/res/icons/pixelpaint/swap-colors.png |