1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:27:35 +00:00

WindowServer: Add some padding to the window switcher items.

This commit is contained in:
Andreas Kling 2019-04-23 22:01:33 +02:00
parent 0c898e3c2c
commit e2cd572e60
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@ public:
int item_height() { return 20; }
int padding() { return 8; }
int item_padding() { return 8; }
WSWindow* selected_window();