summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-16 20:32:55 +0100
committerAndreas Kling <kling@serenityos.org>2021-05-16 23:00:21 +0200
commit00bfcef5befbd2cbceac860a42e8dd76163231cb (patch)
tree6ae2fd7f618bc2885f634fd09d50240f645f5672 /Base
parent7995e115b8189d2df28043da54336b961997e67e (diff)
downloadserenity-00bfcef5befbd2cbceac860a42e8dd76163231cb.zip
Base: Make 16x16 Play/Pause/Stop icons a bit smaller
These all looked out of place both when used on a regular button (e.g. in the SoundPlayer application) and a toolbar action button (e.g. in the GameOfLife application). This makes them a bit smaller (hand-drawn, not scaled down).
Diffstat (limited to 'Base')
-rw-r--r--Base/res/icons/16x16/pause.pngbin160 -> 4955 bytes
-rw-r--r--Base/res/icons/16x16/play.pngbin232 -> 5227 bytes
-rw-r--r--Base/res/icons/16x16/stop.pngbin1670 -> 4956 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/pause.png b/Base/res/icons/16x16/pause.png
index a3aabb508a..1bb401696c 100644
--- a/Base/res/icons/16x16/pause.png
+++ b/Base/res/icons/16x16/pause.png
Binary files differ
diff --git a/Base/res/icons/16x16/play.png b/Base/res/icons/16x16/play.png
index 4146d5b87a..706a08485d 100644
--- a/Base/res/icons/16x16/play.png
+++ b/Base/res/icons/16x16/play.png
Binary files differ
diff --git a/Base/res/icons/16x16/stop.png b/Base/res/icons/16x16/stop.png
index fac311be91..31cfb7ed99 100644
--- a/Base/res/icons/16x16/stop.png
+++ b/Base/res/icons/16x16/stop.png
Binary files differ