diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-05-04 01:55:50 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-04 09:58:14 +0200 |
commit | fe178b6234b27ae1702b742def50679b1b76a234 (patch) | |
tree | b464e781c5bfb175f12a136da54288a303f25b4e /Base | |
parent | f4e6c4c6f002bbb8b7ded0101be78b9ffa00fe8f (diff) | |
download | serenity-fe178b6234b27ae1702b742def50679b1b76a234.zip |
SystemMenu+MouseDemo: Add menu entry and nice icons
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/apps/Mouse.af | 8 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-mouse.png | bin | 0 -> 214 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/app-mouse.png | bin | 0 -> 272 bytes |
3 files changed, 8 insertions, 0 deletions
diff --git a/Base/res/apps/Mouse.af b/Base/res/apps/Mouse.af new file mode 100644 index 0000000000..8d280b517f --- /dev/null +++ b/Base/res/apps/Mouse.af @@ -0,0 +1,8 @@ +[App] +Name=Mouse +Executable=/bin/Mouse +Category=Demos + +[Icons] +16x16=/res/icons/16x16/app-mouse.png +32x32=/res/icons/32x32/app-mouse.png diff --git a/Base/res/icons/16x16/app-mouse.png b/Base/res/icons/16x16/app-mouse.png Binary files differnew file mode 100644 index 0000000000..eaac01e4a3 --- /dev/null +++ b/Base/res/icons/16x16/app-mouse.png diff --git a/Base/res/icons/32x32/app-mouse.png b/Base/res/icons/32x32/app-mouse.png Binary files differnew file mode 100644 index 0000000000..422708faaf --- /dev/null +++ b/Base/res/icons/32x32/app-mouse.png |