mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
LibGUI: Increase the width of a CommandPalette dialog
This commit is contained in:
parent
4af973fec6
commit
3a50ab3f4c
Notes:
sideshowbarker
2024-07-17 20:00:14 +09:00
Author: https://github.com/networkException
Commit: 3a50ab3f4c
Pull-request: https://github.com/SerenityOS/serenity/pull/12215
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ CommandPalette::CommandPalette(GUI::Window& parent_window, ScreenPosition screen
|
|||
: GUI::Dialog(&parent_window, screen_position)
|
||||
{
|
||||
set_frameless(true);
|
||||
resize(400, 300);
|
||||
resize(450, 300);
|
||||
|
||||
collect_actions(parent_window);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue