mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
Base+Browser: Add Browser icons
Add some missing icons to the brower.
This commit is contained in:
parent
0d8120eeb2
commit
10e473bf26
Notes:
sideshowbarker
2024-07-17 21:08:37 +09:00
Author: https://github.com/electrikmilk
Commit: 10e473bf26
Pull-request: https://github.com/SerenityOS/serenity/pull/11778
Reviewed-by: https://github.com/linusg
10 changed files with 6 additions and 5 deletions
|
@ -100,6 +100,7 @@ NonnullRefPtr<Action> make_fullscreen_action(Function<void(Action&)> callback, C
|
|||
{
|
||||
auto action = Action::create("&Fullscreen", { Mod_None, Key_F11 }, move(callback), parent);
|
||||
action->set_status_tip("Enter fullscreen mode");
|
||||
action->set_icon(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/fullscreen.png").release_value_but_fixme_should_propagate_errors());
|
||||
return action;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue