Base+LibGUI: Refresh filetype icons for consistency
Improves ini icon depth and adds complementary 16x16/32x32 icons for music and sound filetypes.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 429 B |
BIN
Base/res/icons/32x32/filetype-music.png
Normal file
After Width: | Height: | Size: 306 B |
|
@ -43,6 +43,7 @@ namespace GUI {
|
|||
F(javascript, ".js") \
|
||||
F(library, ".so", ".a") \
|
||||
F(markdown, ".md") \
|
||||
F(music, ".midi") \
|
||||
F(object, ".o", ".obj") \
|
||||
F(pdf, ".pdf") \
|
||||
F(python, ".py") \
|
||||
|
|