1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00

KeyboardMapper: Make all of the GUI visible

This commit is contained in:
Ben Wiederhake 2021-01-30 06:56:24 +01:00 committed by Andreas Kling
parent 9068398f6b
commit 6c04629ff8

View file

@ -111,7 +111,7 @@ void KeyboardMapperWidget::create_frame()
// Map Selection
m_map_group = bottom_widget.add<GUI::Widget>();
m_map_group->set_layout<GUI::HorizontalBoxLayout>();
m_map_group->set_fixed_width(250);
m_map_group->set_fixed_width(450);
auto& radio_map = m_map_group->add<GUI::RadioButton>("Default");
radio_map.set_name("map");