mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +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
|
@ -95,7 +95,7 @@ void KeyboardMapperWidget::create_frame()
|
|||
add_map_radio_button("alt_map"sv, String::from_utf8_short_string("Alt"sv));
|
||||
add_map_radio_button("shift_altgr_map"sv, String::from_utf8("Shift+AltGr"sv).release_value_but_fixme_should_propagate_errors());
|
||||
|
||||
bottom_widget.layout()->add_spacer();
|
||||
bottom_widget.add_spacer().release_value_but_fixme_should_propagate_errors();
|
||||
}
|
||||
|
||||
void KeyboardMapperWidget::add_map_radio_button(const StringView map_name, String button_text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue