mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
WindowServer: Display menus with 95% opacity by default.
This commit is contained in:
parent
210646edd2
commit
4804609b7e
2 changed files with 1 additions and 7 deletions
|
@ -47,8 +47,6 @@ public:
|
|||
void set_rect_in_menubar(const Rect& rect) { m_rect_in_menubar = rect; }
|
||||
|
||||
WSWindow* menu_window() { return m_menu_window.ptr(); }
|
||||
void set_menu_window(OwnPtr<WSWindow>&&);
|
||||
|
||||
WSWindow& ensure_menu_window();
|
||||
|
||||
int width() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue