mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:28:13 +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
|
@ -24,7 +24,6 @@ private:
|
|||
Rect title_bar_rect() const;
|
||||
Rect title_bar_icon_rect() const;
|
||||
Rect title_bar_text_rect() const;
|
||||
Rect middle_border_rect() const;
|
||||
|
||||
WSWindow& m_window;
|
||||
Vector<OwnPtr<WSButton>> m_buttons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue