1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 02:37:35 +00:00

Base: Improved FileManager (folder) icon.

This commit is contained in:
Andreas Kling 2019-03-10 00:58:47 +01:00
parent 6c70629a49
commit ed61fdbc32
5 changed files with 1 additions and 1 deletions

View file

@ -70,7 +70,7 @@ GWindow* make_launcher_window()
new LauncherButton("/res/icons/Terminal.rgb", "/bin/Terminal", widget); new LauncherButton("/res/icons/Terminal.rgb", "/bin/Terminal", widget);
new LauncherButton("/res/icons/FontEditor.rgb", "/bin/FontEditor", 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); new LauncherButton("/res/icons/TextEditor.rgb", "/bin/TextEditor", widget);
return window; return window;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Before After
Before After

Binary file not shown.

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

Binary file not shown.