diff --git a/Libraries/LibGUI/MessageBox.cpp b/Libraries/LibGUI/MessageBox.cpp index fc9f2eeb78..335750f2f3 100644 --- a/Libraries/LibGUI/MessageBox.cpp +++ b/Libraries/LibGUI/MessageBox.cpp @@ -147,7 +147,7 @@ void MessageBox::build() if (should_include_cancel_button()) add_button("Cancel", Dialog::ExecCancel); - set_rect(x(), y(), text_width + icon_width + 80, 100); + set_rect(x(), y(), text_width + icon_width + 80, 115); set_resizable(false); }