summaryrefslogtreecommitdiff
path: root/Base/res/themes
diff options
context:
space:
mode:
authorMacDue <macdue@dueutil.tech>2022-02-19 18:47:06 +0000
committerAndreas Kling <kling@serenityos.org>2022-03-02 21:56:57 +0100
commit7a538c1e390908e96ad7d087b60cefa831491a07 (patch)
treec183f5e5a1d73718c7ab7a41b0bffcf635ac1cb7 /Base/res/themes
parent6ff041dcfcb9f12a45c207dc8963e0b89d138f6c (diff)
downloadserenity-7a538c1e390908e96ad7d087b60cefa831491a07.zip
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.
Diffstat (limited to 'Base/res/themes')
-rw-r--r--Base/res/themes/Cupertino.ini6
1 files 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