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:
parent
ae90043424
commit
88e77fe3af
2 changed files with 5 additions and 5 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue