mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +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
Notes:
sideshowbarker
2024-07-17 08:23:24 +09:00
Author: https://github.com/krkk
Commit: 8f5968d4ad
Pull-request: https://github.com/SerenityOS/serenity/pull/14794
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