Revision: 15259
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15259&view=rev
Author:   hofman
Date:     2009-05-04 09:07:14 +0000 (Mon, 04 May 2009)

Log Message:
-----------
reduce downward shift of parent cell text on Tiger

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

Modified: trunk/bibdesk/BDSKGroupOutlineView.m
===================================================================
--- trunk/bibdesk/BDSKGroupOutlineView.m        2009-05-04 04:58:36 UTC (rev 
15258)
+++ trunk/bibdesk/BDSKGroupOutlineView.m        2009-05-04 09:07:14 UTC (rev 
15259)
@@ -309,7 +309,7 @@
 - (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView {
     if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_4) {
         NSRect ignored;
-        NSDivideRect(cellFrame, &ignored, &cellFrame, 4.0, NSMinYEdge);
+        NSDivideRect(cellFrame, &ignored, &cellFrame, 3.0, NSMinYEdge);
     }
     [super drawInteriorWithFrame:cellFrame inView:controlView];
 }


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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to