mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
LibGUI: Increase the width of a CommandPalette dialog
This commit is contained in:
parent
4af973fec6
commit
3a50ab3f4c
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)
|
: GUI::Dialog(&parent_window, screen_position)
|
||||||
{
|
{
|
||||||
set_frameless(true);
|
set_frameless(true);
|
||||||
resize(400, 300);
|
resize(450, 300);
|
||||||
|
|
||||||
collect_actions(parent_window);
|
collect_actions(parent_window);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue