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:
parent
0c898e3c2c
commit
e2cd572e60
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,7 @@ public:
|
|||
|
||||
int item_height() { return 20; }
|
||||
int padding() { return 8; }
|
||||
int item_padding() { return 8; }
|
||||
|
||||
WSWindow* selected_window();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue