mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +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
|
@ -331,7 +331,7 @@ void ColorPicker::build_ui_custom(Widget& root_container)
|
|||
// Preview selected color
|
||||
m_preview_widget = preview_container.add<ColorPreview>(m_color);
|
||||
|
||||
vertical_container.layout()->add_spacer();
|
||||
vertical_container.add_spacer().release_value_but_fixme_should_propagate_errors();
|
||||
|
||||
// HTML
|
||||
auto& html_container = vertical_container.add<GUI::Widget>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue