Base: Add new SystemMenu icons
Adds new SystemMenu icons for all general categories and refreshes existing ones for a more consistent look.
|
@ -1,4 +1,8 @@
|
||||||
[App]
|
[App]
|
||||||
Name=HelloWorld
|
Name=Hello World
|
||||||
Executable=/bin/HelloWorld
|
Executable=/bin/HelloWorld
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
|
[Icons]
|
||||||
|
16x16=/res/icons/16x16/app-hello-world.png
|
||||||
|
32x32=
|
||||||
|
|
|
@ -2,3 +2,7 @@
|
||||||
Name=LibGfx Demo
|
Name=LibGfx Demo
|
||||||
Executable=/bin/LibGfxDemo
|
Executable=/bin/LibGfxDemo
|
||||||
Category=Demos
|
Category=Demos
|
||||||
|
|
||||||
|
[Icons]
|
||||||
|
16x16=/res/icons/16x16/app-libgfx-demo.png
|
||||||
|
32x32=
|
||||||
|
|
|
@ -4,5 +4,5 @@ Executable=/bin/ThemeEditor
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=/res/icons/16x16/themes.png
|
16x16=/res/icons/16x16/app-theme-editor.png
|
||||||
32x32=
|
32x32=
|
||||||
|
|
|
@ -4,7 +4,7 @@ Executable=/bin/VisualBuilder
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=
|
16x16=/res/icons/16x16/app-visual-builder.png
|
||||||
32x32=/res/icons/32x32/app-visual-builder.png
|
32x32=/res/icons/32x32/app-visual-builder.png
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
|
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
Base/res/icons/16x16/app-hello-world.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
Base/res/icons/16x16/app-libgfx-demo.png
Normal file
After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 161 B |
BIN
Base/res/icons/16x16/app-theme-editor.png
Normal file
After Width: | Height: | Size: 1,008 B |
BIN
Base/res/icons/16x16/app-visual-builder.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
Base/res/icons/16x16/demos.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
Base/res/icons/16x16/development.png
Normal file
After Width: | Height: | Size: 267 B |
BIN
Base/res/icons/16x16/games.png
Normal file
After Width: | Height: | Size: 307 B |
BIN
Base/res/icons/16x16/graphics.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
Base/res/icons/16x16/internet.png
Normal file
After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 468 B |
BIN
Base/res/icons/16x16/multimedia.png
Normal file
After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 220 B |
BIN
Base/res/icons/16x16/settings.png
Normal file
After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 1,008 B After Width: | Height: | Size: 309 B |
BIN
Base/res/icons/16x16/utilities.png
Normal file
After Width: | Height: | Size: 344 B |
|
@ -1,9 +1,9 @@
|
||||||
[16x16]
|
[16x16]
|
||||||
Demos=/res/icons/16x16/app-demo.png
|
Demos=/res/icons/16x16/demos.png
|
||||||
#Development=
|
Development=/res/icons/16x16/development.png
|
||||||
#Games=
|
Games=/res/icons/16x16/games.png
|
||||||
#Graphics=
|
Graphics=/res/icons/16x16/graphics.png
|
||||||
#Internet=
|
Internet=/res/icons/16x16/internet.png
|
||||||
Settings=/res/icons/16x16/gear.png
|
Settings=/res/icons/16x16/settings.png
|
||||||
Sound=/res/icons/16x16/filetype-music.png
|
Sound=/res/icons/16x16/multimedia.png
|
||||||
#Utilities=
|
Utilities=/res/icons/16x16/utilities.png
|
||||||
|
|