mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47:44 +00:00
Base+Browser: Add Browser icons
Add some missing icons to the brower.
This commit is contained in:
parent
0d8120eeb2
commit
10e473bf26
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