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:
parent
b88f2bc799
commit
3c0afccca0
2 changed files with 9 additions and 6 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue