mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
Base: Correctly set border thickness in Cupertino theme
This has the same look as before, but the extra thickness is needed as the border radius no longer changes the thickness the window frame is painted.
This commit is contained in:
parent
6ff041dcfc
commit
7a538c1e39
1 changed files with 3 additions and 3 deletions
|
@ -77,14 +77,14 @@ IsDark=true
|
|||
|
||||
[Metrics]
|
||||
BorderRadius=8
|
||||
BorderThickness=1
|
||||
BorderThickness=4
|
||||
TitleButtonWidth=20
|
||||
TitleButtonHeight=16
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Cupertino/16x16/
|
||||
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
|
||||
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
ActiveWindowShadow=
|
||||
InactiveWindowShadow=
|
||||
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue