mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
KeyboardMapper: Make all of the GUI visible
This commit is contained in:
parent
9068398f6b
commit
6c04629ff8
Notes:
sideshowbarker
2024-07-18 22:41:11 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/6c04629ff8c Pull-request: https://github.com/SerenityOS/serenity/pull/5192 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/bcoles Reviewed-by: https://github.com/emanuele6 Reviewed-by: https://github.com/linusg
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user