1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

WindowServer: Bump height of window titlebars and menus from 16 to 18.

This commit is contained in:
Andreas Kling 2019-02-26 11:03:49 +01:00
parent ae90043424
commit 88e77fe3af
2 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ public:
int width() const;
int height() const;
int item_height() const { return 16; }
int item_height() const { return 18; }
int vertical_padding() const { return 4; }
int horizontal_padding() const { return left_padding() + right_padding(); }
int left_padding() const { return 14; }