mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 13:05:12 +00:00
LibGUI: MessageBox change height to icon cropping
This commit is contained in:
parent
3339a77f6c
commit
2abf2a2db1
Notes:
sideshowbarker
2024-07-19 07:25:36 +09:00
Author: https://github.com/asliturk Commit: https://github.com/SerenityOS/serenity/commit/2abf2a2db1f Pull-request: https://github.com/SerenityOS/serenity/pull/1899
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue