mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
Userland: Use Widget::add_spacer() everywhere
This commit is contained in:
parent
43dddafd16
commit
9561ec15f4
17 changed files with 23 additions and 23 deletions
|
@ -135,7 +135,7 @@ ClockWidget::ClockWidget()
|
|||
settings_container.set_fixed_height(24);
|
||||
settings_container.set_layout<GUI::HorizontalBoxLayout>();
|
||||
settings_container.layout()->set_margins({ 2 });
|
||||
settings_container.layout()->add_spacer();
|
||||
settings_container.add_spacer().release_value_but_fixme_should_propagate_errors();
|
||||
|
||||
m_jump_to_button = settings_container.add<GUI::Button>();
|
||||
m_jump_to_button->set_button_style(Gfx::ButtonStyle::Coolbar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue