summaryrefslogtreecommitdiff
path: root/LibGUI
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI')
-rw-r--r--LibGUI/GInputBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GInputBox.cpp b/LibGUI/GInputBox.cpp
index eb38e5c81e..80dd0e3256 100644
--- a/LibGUI/GInputBox.cpp
+++ b/LibGUI/GInputBox.cpp
@@ -38,7 +38,7 @@ void GInputBox::build()
m_text_editor = new GTextEditor(GTextEditor::SingleLine, widget);
m_text_editor->set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
- m_text_editor->set_preferred_size({ 0, 16 });
+ m_text_editor->set_preferred_size({ 0, 19 });
auto* button_container_outer = new GWidget(widget);
button_container_outer->set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);