We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2e561 commit f894599Copy full SHA for f894599
1 file changed
scripts/make_icon.swift
@@ -82,7 +82,7 @@ func drawIcon(size: CGFloat) -> NSImage {
82
let barGap = size * 0.080
83
let groupWidth = barWidth * 2 + barGap
84
let startX = (size - groupWidth) / 2
85
- let baseY = size * 0.235
+ let baseY = size * 0.195
86
let heights = [size * 0.430, size * 0.610]
87
88
for (index, height) in heights.enumerated() {
0 commit comments