Base: Improved FileManager (folder) icon.

This commit is contained in:
Andreas Kling 2019-03-10 00:58:47 +01:00
parent 6c70629a49
commit ed61fdbc32
Notes: sideshowbarker 2024-07-19 15:05:58 +09:00
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/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

Binary file not shown.

After

Width:  |  Height:  |  Size: 904 B

BIN
Base/res/icons/folder32.rgb Normal file

Binary file not shown.