mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibGUI: Make the buttons in GInputBox and GMessageBox slightly taller.
This commit is contained in:
@@ -36,7 +36,7 @@ void GMessageBox::build()
|
||||
|
||||
auto* button = new GButton(widget);
|
||||
button->set_size_policy(SizePolicy::Fixed, SizePolicy::Fixed);
|
||||
button->set_preferred_size({ 100, 16 });
|
||||
button->set_preferred_size({ 100, 20 });
|
||||
button->set_caption("OK");
|
||||
button->on_click = [this] (auto&) {
|
||||
dbgprintf("GMessageBox: OK button clicked\n");
|
||||
|
||||
Reference in New Issue
Block a user