<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -899,26 +899,20 @@ BOOL usingMATrackingArea = NO;
 	NSPoint loc = { -strSize.width / 2, -strSize.height / 2 };
 	NSRect borderRect = NSMakeRect( loc.x - kFrameXInset, loc.y - kFrameYInset, w, h );
 	
-	NSBezierPath* fillPath = bezierPathWithRoundedRectCornerRadius( NSInsetRect( borderRect, -2, -2 ), 6 );
-	[ [ NSColor colorWithCalibratedWhite: 1.0 alpha: 0.45 ] set ];
-	[ fillPath fill ];
-	
-	NSUInteger thickLineWidth = 5;
-	NSBezierPath* path = bezierPathWithRoundedRectCornerRadius( borderRect, 4 );
-	[ [ NSColor blackColor ] set ];
-	[ path setLineWidth: thickLineWidth ];
-	[ path stroke ];
-	
-	NSUInteger thinLineWidth = 2;
-	NSRect thinBorderRect = NSMakeRect( loc.x - kFrameXInset - thickLineWidth/4,
-										loc.y - kFrameYInset - thickLineWidth/4,
-										w + thickLineWidth/2,
-										h + thickLineWidth/2);
-	NSBezierPath* thinPath = bezierPathWithRoundedRectCornerRadius( thinBorderRect, 4 );
-	[ [ NSColor whiteColor ] set ];
-	[ thinPath setLineWidth: thinLineWidth ];
-	[ thinPath stroke ];
-	
+    NSBezierPath* fillPath = bezierPathWithRoundedRectCornerRadius( borderRect, 4 );
+    [ [ NSColor colorWithCalibratedWhite: 1.0 alpha: 0.45 ] set ];
+    [ fillPath fill ];
+    
+    NSBezierPath* darkBorderPath = bezierPathWithRoundedRectCornerRadius( borderRect, 4 );
+    [[NSColor blackColor] set];
+    [ darkBorderPath setLineWidth: 3 ];
+    [ darkBorderPath stroke ];
+    
+    NSBezierPath* lightBorderPath = bezierPathWithRoundedRectCornerRadius( NSInsetRect(borderRect, -2, -2), 6 );
+    [ [ NSColor colorWithCalibratedWhite: 1.0 alpha: 0.45 ] set ];
+    [ lightBorderPath setLineWidth: 2 ];
+    [ lightBorderPath stroke ];
+    
     [ str drawAtPoint: loc withAttributes: attrs ];
 	
 	// Now restore the graphics state:</diff>
      <filename>Plugin/Plugin.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e84a62ad4ef5f4599d5b03b78fb21328944745ee</id>
    </parent>
  </parents>
  <author>
    <name>rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </author>
  <url>http://github.com/rentzsch/clicktoflash/commit/00a3911ee2dda204a64e7e50f2016acac33c497a</url>
  <id>00a3911ee2dda204a64e7e50f2016acac33c497a</id>
  <committed-date>2009-08-24T23:31:36-07:00</committed-date>
  <authored-date>2009-08-24T23:31:36-07:00</authored-date>
  <message>[CHANGE] Eliminate stray thin gray line along outside light border.</message>
  <tree>9659d9bf665d9d5774c337eecb83d0f6719b08fa</tree>
  <committer>
    <name>rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </committer>
</commit>
