mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:18:12 +00:00
Userland: Specify margins and spacing in the GUI::Layout constructor
This commit is contained in:
parent
9561ec15f4
commit
77ad0fdb07
64 changed files with 136 additions and 288 deletions
|
@ -60,8 +60,7 @@ private:
|
|||
|
||||
Breadcrumbbar::Breadcrumbbar()
|
||||
{
|
||||
auto& layout = set_layout<HorizontalBoxLayout>();
|
||||
layout.set_spacing(0);
|
||||
set_layout<HorizontalBoxLayout>(GUI::Margins {}, 0);
|
||||
}
|
||||
|
||||
void Breadcrumbbar::clear_segments()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue