mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Launcher: Add icons for VisualBuilder and IRCClient.
This commit is contained in:
parent
475a17fa4b
commit
f254a84d17
Notes:
sideshowbarker
2024-07-19 14:33:22 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f254a84d17f
3 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ GWindow* make_launcher_window()
|
|||
new LauncherButton("FontEditor", "/res/icons/FontEditor.png", "/bin/FontEditor", widget);
|
||||
new LauncherButton("FileManager", "/res/icons/32x32/filetype-folder.png", "/bin/FileManager", widget);
|
||||
new LauncherButton("TextEditor", "/res/icons/TextEditor.png", "/bin/TextEditor", widget);
|
||||
new LauncherButton("VisualBuilder", "/res/icons/32x32/app-visual-builder.png", "/bin/VisualBuilder", widget);
|
||||
new LauncherButton("IRCClient", "/res/icons/32x32/app-irc-client.png", "/bin/IRCClient", widget);
|
||||
|
||||
return window;
|
||||
}
|
||||
|
|
BIN
Base/res/icons/32x32/app-irc-client.png
Normal file
BIN
Base/res/icons/32x32/app-irc-client.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 371 B |
BIN
Base/res/icons/32x32/app-visual-builder.png
Normal file
BIN
Base/res/icons/32x32/app-visual-builder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 605 B |
Loading…
Reference in a new issue