mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:07:34 +00:00
LibGUI: Remove Layout::try_add_spacer()
And fall back to the infallible add_spacer(). Work towards #20557.
This commit is contained in:
parent
8322b31b97
commit
58e482a06d
22 changed files with 28 additions and 35 deletions
|
@ -94,7 +94,7 @@ void KeyboardMapperWidget::create_frame()
|
|||
add_map_radio_button("alt_map"sv, "Alt"_string);
|
||||
add_map_radio_button("shift_altgr_map"sv, "Shift+AltGr"_string);
|
||||
|
||||
bottom_widget.add_spacer().release_value_but_fixme_should_propagate_errors();
|
||||
bottom_widget.add_spacer();
|
||||
}
|
||||
|
||||
void KeyboardMapperWidget::add_map_radio_button(const StringView map_name, String button_text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue