mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
Browser: Don't focus the "bookmark" button when clicked
This commit is contained in:
parent
2a519722a9
commit
4a5ebb89ea
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ Tab::Tab(Type type)
|
|||
|
||||
m_bookmark_button = toolbar.add<GUI::Button>();
|
||||
m_bookmark_button->set_button_style(Gfx::ButtonStyle::CoolBar);
|
||||
m_bookmark_button->set_focus_policy(GUI::FocusPolicy::TabFocus);
|
||||
m_bookmark_button->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/bookmark-contour.png"));
|
||||
m_bookmark_button->set_fixed_size(22, 22);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue