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:
MacDue 2022-02-19 18:47:06 +00:00 committed by Andreas Kling
parent 6ff041dcfc
commit 7a538c1e39
Notes: sideshowbarker 2024-07-17 18:00:39 +09:00

View file

@ -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