1
Fork 0
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:
Andreas Kling 2022-08-14 12:50:50 +02:00
parent 8cfb0d4514
commit 6744930f4a
2 changed files with 4 additions and 2 deletions

View file

@ -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();