Переглянути джерело

KeyboardMapper: Make all of the GUI visible

Ben Wiederhake 4 роки тому
батько
коміт
6c04629ff8

+ 1 - 1
Userland/Applications/KeyboardMapper/KeyboardMapperWidget.cpp

@@ -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");