mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
WindowServer: Allow specifying different shadows for menus and tooltips
Also update the Redmond 2000 theme to drop shadows more Redmond-like.
This commit is contained in:
parent
c9aa7539a6
commit
964894dee6
Notes:
sideshowbarker
2024-07-18 22:27:54 +09:00
Author: https://github.com/tomuta
Commit: 964894dee6
Pull-request: https://github.com/SerenityOS/serenity/pull/5280
Reviewed-by: https://github.com/awesomekling
9 changed files with 49 additions and 17 deletions
|
@ -41,6 +41,8 @@ class Window;
|
|||
|
||||
class WindowFrame {
|
||||
public:
|
||||
static void reload_config();
|
||||
|
||||
WindowFrame(Window&);
|
||||
~WindowFrame();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue