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:
Andres Vieira 2020-04-26 20:58:05 +02:00 committed by Andreas Kling
parent 14c7988eea
commit 88368df9a2
Notes: sideshowbarker 2024-07-19 07:16:14 +09:00
4 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB