diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-08-29 09:15:26 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-29 16:19:02 +0200 |
commit | 45b6825a4bd78f209f7a90bbacf5de7f90786097 (patch) | |
tree | 948e45dd1afdfab516f4677a30dfe0dbdc32488a /Base/res/apps | |
parent | b0844112589798615721555a7099a5d2e255074d (diff) | |
download | serenity-45b6825a4bd78f209f7a90bbacf5de7f90786097.zip |
Base: Add new SystemMenu icons
Adds new SystemMenu icons for all general categories and refreshes
existing ones for a more consistent look.
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/HelloWorld.af | 6 | ||||
-rw-r--r-- | Base/res/apps/LibGfxDemo.af | 4 | ||||
-rw-r--r-- | Base/res/apps/ThemeEditor.af | 2 | ||||
-rw-r--r-- | Base/res/apps/VisualBuilder.af | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/Base/res/apps/HelloWorld.af b/Base/res/apps/HelloWorld.af index 1267b4b6bc..08f6003404 100644 --- a/Base/res/apps/HelloWorld.af +++ b/Base/res/apps/HelloWorld.af @@ -1,4 +1,8 @@ [App] -Name=HelloWorld +Name=Hello World Executable=/bin/HelloWorld Category=Demos + +[Icons] +16x16=/res/icons/16x16/app-hello-world.png +32x32= diff --git a/Base/res/apps/LibGfxDemo.af b/Base/res/apps/LibGfxDemo.af index ca98553cc4..df613aad8a 100644 --- a/Base/res/apps/LibGfxDemo.af +++ b/Base/res/apps/LibGfxDemo.af @@ -2,3 +2,7 @@ Name=LibGfx Demo Executable=/bin/LibGfxDemo Category=Demos + +[Icons] +16x16=/res/icons/16x16/app-libgfx-demo.png +32x32= diff --git a/Base/res/apps/ThemeEditor.af b/Base/res/apps/ThemeEditor.af index 64655415e7..d56873bf4b 100644 --- a/Base/res/apps/ThemeEditor.af +++ b/Base/res/apps/ThemeEditor.af @@ -4,5 +4,5 @@ Executable=/bin/ThemeEditor Category=Development [Icons] -16x16=/res/icons/16x16/themes.png +16x16=/res/icons/16x16/app-theme-editor.png 32x32= diff --git a/Base/res/apps/VisualBuilder.af b/Base/res/apps/VisualBuilder.af index c7f9e0fcae..52db98356f 100644 --- a/Base/res/apps/VisualBuilder.af +++ b/Base/res/apps/VisualBuilder.af @@ -4,7 +4,7 @@ Executable=/bin/VisualBuilder Category=Development [Icons] -16x16= +16x16=/res/icons/16x16/app-visual-builder.png 32x32=/res/icons/32x32/app-visual-builder.png [Launcher] |