Skip to content

Commit bdc4c96

Browse files
authored
Change default radius for rounded corners to 16
`16pt` seems to be the smallest window corner radius used ([screenshot](https://miro.medium.com/v2/1*qrN1Kg69XgS31FVfQrIloQ.jpeg)). Increasing the default radius to this improves visual consistency
1 parent 486b847 commit bdc4c96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/RoundedCorners.spoon/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ obj.allScreens = true
2525

2626
--- RoundedCorners.radius
2727
--- Variable
28-
--- Controls the radius of the rounded corners, in points. Defaults to 12
29-
obj.radius = 12
28+
--- Controls the radius of the rounded corners, in points. Defaults to 16
29+
obj.radius = 16
3030

3131

3232
--- RoundedCorners.fullscreenOffset

0 commit comments

Comments
 (0)