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

WindowServer: Improve the look of menu separators.

This commit is contained in:
Andreas Kling 2019-04-18 19:58:25 +02:00
parent b88f2bc799
commit 3c0afccca0
2 changed files with 9 additions and 6 deletions

View file

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