mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 06:45:07 +00:00
WindowServer: Improve window frames by giving them a raised frame look. :^)
This commit is contained in:
parent
3c62534ae6
commit
c9951bbe60
6 changed files with 16 additions and 23 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
int height() const;
|
||||
|
||||
int item_height() const { return 16; }
|
||||
int frame_thickness() const { return 2; }
|
||||
int frame_thickness() const { return 3; }
|
||||
int horizontal_padding() const { return left_padding() + right_padding(); }
|
||||
int left_padding() const { return 14; }
|
||||
int right_padding() const { return 14; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue