Skip to content

Commit eec12c7

Browse files
committed
Increase bottom offset
1 parent 0107200 commit eec12c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SupportCompanion/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSPopoverDelegate {
151151
badgeLayer.backgroundColor = NSColor.red.cgColor
152152
badgeLayer.frame = CGRect(
153153
x: button.bounds.width - 15, // Align to the lower-right corner
154-
y: 12, // Small offset from the bottom
154+
y: 10, // Small offset from the bottom
155155
width: 8,
156156
height: 8
157157
)

0 commit comments

Comments
 (0)