diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-16 20:32:55 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-16 23:00:21 +0200 |
commit | 00bfcef5befbd2cbceac860a42e8dd76163231cb (patch) | |
tree | 6ae2fd7f618bc2885f634fd09d50240f645f5672 /Base | |
parent | 7995e115b8189d2df28043da54336b961997e67e (diff) | |
download | serenity-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.png | bin | 160 -> 4955 bytes |
-rw-r--r-- | Base/res/icons/16x16/play.png | bin | 232 -> 5227 bytes |
-rw-r--r-- | Base/res/icons/16x16/stop.png | bin | 1670 -> 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 Binary files differindex a3aabb508a..1bb401696c 100644 --- a/Base/res/icons/16x16/pause.png +++ b/Base/res/icons/16x16/pause.png diff --git a/Base/res/icons/16x16/play.png b/Base/res/icons/16x16/play.png Binary files differindex 4146d5b87a..706a08485d 100644 --- a/Base/res/icons/16x16/play.png +++ b/Base/res/icons/16x16/play.png diff --git a/Base/res/icons/16x16/stop.png b/Base/res/icons/16x16/stop.png Binary files differindex fac311be91..31cfb7ed99 100644 --- a/Base/res/icons/16x16/stop.png +++ b/Base/res/icons/16x16/stop.png |