mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
WorkspacePicker: Tweak applet height and draw frame around desktop rects
This commit is contained in:
parent
8cfb0d4514
commit
6744930f4a
2 changed files with 4 additions and 2 deletions
|
@ -30,7 +30,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
auto window = TRY(DesktopStatusWindow::try_create());
|
||||
window->set_title("WorkspacePicker");
|
||||
window->resize(28, 16);
|
||||
window->resize(28, 15);
|
||||
|
||||
auto& desktop = GUI::Desktop::the();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue