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

WindowServer: Tweak the look of menus

Paint menus with a flatter outline instead of giving them the regular
window border.
This commit is contained in:
Andreas Kling 2021-03-25 21:10:49 +01:00
parent 91a68cb5d8
commit 05cc7d69ac
2 changed files with 5 additions and 6 deletions

View file

@ -96,8 +96,8 @@ public:
int content_width() const;
int item_height() const { return 20; }
int frame_thickness() const { return 3; }
int item_height() const { return 22; }
int frame_thickness() const { return 2; }
int horizontal_padding() const { return left_padding() + right_padding(); }
int left_padding() const { return 14; }
int right_padding() const { return 14; }