diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-07-07 07:04:06 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-07 13:38:35 +0200 |
commit | 27109c346783a7812b39699dce20cd2bf2a0bf54 (patch) | |
tree | d28ebebd3b0a62b2406d35f2f09135d552e0575f /Base/res | |
parent | 92374fc94227ad6774d1243e10e19871d0d5c0db (diff) | |
download | serenity-27109c346783a7812b39699dce20cd2bf2a0bf54.zip |
Base+Help: Add new Help app icons
This adds a new 32x32 Help application icon, a new open book icon,
copies the current book icon as Help's 16x16 icon, and updates
the Help application file to reflect these changes.
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/Help.af | 4 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-help.png | bin | 0 -> 399 bytes | |||
-rwxr-xr-x | Base/res/icons/16x16/book-open.png | bin | 0 -> 271 bytes | |||
-rwxr-xr-x | Base/res/icons/32x32/app-help.png | bin | 0 -> 1489 bytes |
4 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/apps/Help.af b/Base/res/apps/Help.af index 6f71baa998..1555aa6815 100644 --- a/Base/res/apps/Help.af +++ b/Base/res/apps/Help.af @@ -4,5 +4,5 @@ Executable=/bin/Help Category=Utilities [Icons] -16x16=/res/icons/16x16/book.png -32x32= +16x16=/res/icons/16x16/app-help.png +32x32=/res/icons/32x32/app-help.png diff --git a/Base/res/icons/16x16/app-help.png b/Base/res/icons/16x16/app-help.png Binary files differnew file mode 100644 index 0000000000..3d4abff783 --- /dev/null +++ b/Base/res/icons/16x16/app-help.png diff --git a/Base/res/icons/16x16/book-open.png b/Base/res/icons/16x16/book-open.png Binary files differnew file mode 100755 index 0000000000..6248e0ba29 --- /dev/null +++ b/Base/res/icons/16x16/book-open.png diff --git a/Base/res/icons/32x32/app-help.png b/Base/res/icons/32x32/app-help.png Binary files differnew file mode 100755 index 0000000000..0d70f5f7d6 --- /dev/null +++ b/Base/res/icons/32x32/app-help.png |