mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Browser: Set margins for BookmarkBarWidget
It's just what GUI::Toolbar is using. Changed this to make the bookmark overflow button align with the bookmark button.
This commit is contained in:
parent
d80bc2ba32
commit
8f5968d4ad
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ BookmarksBarWidget::BookmarksBarWidget(String const& bookmarks_file, bool enable
|
|||
s_the = this;
|
||||
set_layout<GUI::HorizontalBoxLayout>();
|
||||
layout()->set_spacing(0);
|
||||
layout()->set_margins(2);
|
||||
|
||||
set_fixed_height(20);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue