Update pixel offset

This commit is contained in:
Gregory John Casamento 2020-04-26 10:30:36 -04:00
parent 54983cef50
commit 760b14a2cc
3 changed files with 2 additions and 25 deletions

View file

@ -900,7 +900,7 @@
NSBezierPath *oval;
NSRect rect = NSZeroRect;
CGFloat w = (frame.size.width / 2) - 2;
CGFloat h = frame.size.height - 5;
CGFloat h = frame.size.height - 6;
CGFloat y = frame.origin.y + 2;
CGFloat radius = frame.size.height / 2.0;