diff --git a/Userland/Libraries/LibGUI/InputBox.cpp b/Userland/Libraries/LibGUI/InputBox.cpp index 39427aaa6e..ebec5d88be 100644 --- a/Userland/Libraries/LibGUI/InputBox.cpp +++ b/Userland/Libraries/LibGUI/InputBox.cpp @@ -92,6 +92,7 @@ void InputBox::build(InputType input_type) m_text_value = m_text_editor->text(); done(ExecOK); }; + m_ok_button->set_default(true); m_cancel_button = button_container_inner.add