From 7a538c1e390908e96ad7d087b60cefa831491a07 Mon Sep 17 00:00:00 2001 From: MacDue Date: Sat, 19 Feb 2022 18:47:06 +0000 Subject: [PATCH] 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. --- Base/res/themes/Cupertino.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/res/themes/Cupertino.ini b/Base/res/themes/Cupertino.ini index 5f6040746c..bb6dc1c7d4 100644 --- a/Base/res/themes/Cupertino.ini +++ b/Base/res/themes/Cupertino.ini @@ -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