Base+Browser: Add an icon for the serenity Browser and make it use it
Browser was using the filetype-html icon instead of a dedicated one, so we now have the globe from that icon reimagined and in good Buggie company :^)
This commit is contained in:
parent
14c7988eea
commit
88368df9a2
Notes:
sideshowbarker
2024-07-19 07:16:14 +09:00
Author: https://github.com/zlotny Commit: https://github.com/SerenityOS/serenity/commit/88368df9a20 Pull-request: https://github.com/SerenityOS/serenity/pull/1975
4 changed files with 3 additions and 3 deletions
|
@ -169,7 +169,7 @@ int main(int argc, char** argv)
|
|||
};
|
||||
|
||||
window_actions.on_about = [&] {
|
||||
GUI::AboutDialog::show("Browser", Gfx::Bitmap::load_from_file("/res/icons/32x32/filetype-html.png"), window);
|
||||
GUI::AboutDialog::show("Browser", Gfx::Bitmap::load_from_file("/res/icons/32x32/app-browser.png"), window);
|
||||
};
|
||||
|
||||
window_actions.on_show_bookmarks_bar = [&](auto& action) {
|
||||
|
|
|
@ -4,5 +4,5 @@ Executable=/bin/Browser
|
|||
Category=Internet
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/filetype-html.png
|
||||
32x32=/res/icons/32x32/filetype-html.png
|
||||
16x16=/res/icons/16x16/app-browser.png
|
||||
32x32=/res/icons/32x32/app-browser.png
|
||||
|
|
BIN
Base/res/icons/16x16/app-browser.png
Normal file
BIN
Base/res/icons/16x16/app-browser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 634 B |
BIN
Base/res/icons/32x32/app-browser.png
Normal file
BIN
Base/res/icons/32x32/app-browser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Reference in a new issue