Base: Improved FileManager (folder) icon.
This commit is contained in:
parent
6c70629a49
commit
ed61fdbc32
Notes:
sideshowbarker
2024-07-19 15:05:58 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ed61fdbc321
5 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ GWindow* make_launcher_window()
|
|||
|
||||
new LauncherButton("/res/icons/Terminal.rgb", "/bin/Terminal", widget);
|
||||
new LauncherButton("/res/icons/FontEditor.rgb", "/bin/FontEditor", widget);
|
||||
new LauncherButton("/res/icons/FileManager.rgb", "/bin/FileManager", widget);
|
||||
new LauncherButton("/res/icons/folder32.rgb", "/bin/FileManager", widget);
|
||||
new LauncherButton("/res/icons/TextEditor.rgb", "/bin/TextEditor", widget);
|
||||
|
||||
return window;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
BIN
Base/res/icons/folder32.png
Normal file
BIN
Base/res/icons/folder32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 904 B |
BIN
Base/res/icons/folder32.rgb
Normal file
BIN
Base/res/icons/folder32.rgb
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue