Revision: 28000
          http://sourceforge.net/p/bibdesk/svn/28000
Author:   hofman
Date:     2022-10-05 22:30:38 +0000 (Wed, 05 Oct 2022)
Log Message:
-----------
tweak image

Modified Paths:
--------------
    trunk/bibdesk/BDSKSecureTextField.m

Modified: trunk/bibdesk/BDSKSecureTextField.m
===================================================================
--- trunk/bibdesk/BDSKSecureTextField.m 2022-10-05 15:45:40 UTC (rev 27999)
+++ trunk/bibdesk/BDSKSecureTextField.m 2022-10-05 22:30:38 UTC (rev 28000)
@@ -73,7 +73,7 @@
         [image lockFocus];
         [[NSImage imageNamed:NSImageNameQuickLookTemplate] 
drawInRect:NSMakeRect(-1.0, 3.0, 21.0, 13.0)];
         NSBezierPath *path = [NSBezierPath bezierPath];
-        [path moveToPoint:NSMakePoint(3.72, 3.84)];
+        [path moveToPoint:NSMakePoint(3.675, 3.935)];
         [path relativeLineToPoint:NSMakePoint(11.0, 11.0)];
         [NSGraphicsContext saveGraphicsState];
         [[NSGraphicsContext currentContext] 
setCompositingOperation:NSCompositeClear];
@@ -85,7 +85,7 @@
         [image unlockFocus];
         [image setTemplate:YES];
         [image setAccessibilityDescription:NSLocalizedString(@"Hide password", 
@"")];
-    }
+   }
     return image;
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to