1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +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:
Tom 2021-02-09 14:13:06 -07:00 committed by Andreas Kling
parent c9aa7539a6
commit 964894dee6
9 changed files with 49 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -73,5 +73,6 @@ TitleButtonWidth=15
TitleButtonHeight=15
[Paths]
MenuShadow=/res/icons/themes/Default/window-shadow.png
TooltipShadow=/res/icons/themes/Default/window-shadow.png
WindowShadow=/res/icons/themes/Default/window-shadow.png

View file

@ -68,4 +68,6 @@ TitleButtonWidth=17
TitleButtonHeight=15
[Paths]
MenuShadow=/res/icons/themes/Redmond/menu-shadow.png
TitleButtonIcons=/res/icons/themes/Redmond/16x16/
TooltipShadow=/res/icons/themes/Redmond/menu-shadow.png