diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-29 21:04:05 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-29 21:04:19 +0100 |
commit | f99e554c5e86df96e0a96b5647b9fbabdf5acf7e (patch) | |
tree | 8b2cde44967d988ed186e066a2b94e5f3a0de765 /Base/res | |
parent | e56daf547c120adfcdab1e1e8ea189a1f369bd0c (diff) | |
download | serenity-f99e554c5e86df96e0a96b5647b9fbabdf5acf7e.zip |
Calculator: Add a 16x16 app icon
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/Calculator.af | 2 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-calculator.png | bin | 0 -> 175 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/apps/Calculator.af b/Base/res/apps/Calculator.af index 3e346eb20b..f0adb79372 100644 --- a/Base/res/apps/Calculator.af +++ b/Base/res/apps/Calculator.af @@ -4,5 +4,5 @@ Executable=/bin/Calculator Category=Utilities [Icons] -16x16= +16x16=/res/icons/16x16/app-calculator.png 32x32= diff --git a/Base/res/icons/16x16/app-calculator.png b/Base/res/icons/16x16/app-calculator.png Binary files differnew file mode 100644 index 0000000000..4dd4b7c3f9 --- /dev/null +++ b/Base/res/icons/16x16/app-calculator.png |