Skip to content

Commit f894599

Browse files
committed
Center app icon bars visually
1 parent 3d2e561 commit f894599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/make_icon.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func drawIcon(size: CGFloat) -> NSImage {
8282
let barGap = size * 0.080
8383
let groupWidth = barWidth * 2 + barGap
8484
let startX = (size - groupWidth) / 2
85-
let baseY = size * 0.235
85+
let baseY = size * 0.195
8686
let heights = [size * 0.430, size * 0.610]
8787

8888
for (index, height) in heights.enumerated() {

0 commit comments

Comments
 (0)