mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +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
BIN
Base/res/icons/themes/Redmond/menu-shadow.png
Normal file
BIN
Base/res/icons/themes/Redmond/menu-shadow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue