mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +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
9 changed files with 49 additions and 17 deletions
|
@ -145,6 +145,8 @@ enum class PathRole {
|
|||
NoRole,
|
||||
TitleButtonIcons,
|
||||
WindowShadow,
|
||||
MenuShadow,
|
||||
TooltipShadow,
|
||||
__Count,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue