mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:00:43 +00:00
Update pixel offset
This commit is contained in:
parent
54983cef50
commit
760b14a2cc
3 changed files with 2 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue