Revision: 15257
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15257&view=rev
Author:   hofman
Date:     2009-05-03 10:27:09 +0000 (Sun, 03 May 2009)

Log Message:
-----------
increase text offset in fileview so text does not overlap with the selection 
highlight

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2009-05-03 
10:11:36 UTC (rev 15256)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2009-05-03 
10:27:09 UTC (rev 15257)
@@ -76,10 +76,10 @@
 
 // it's important that DEFAULT_PADDING.height >= TEXT_OFFSET - HIGHLIGHT_INSET
 #define DEFAULT_ICON_SIZE ((NSSize) { 64.0, 64.0 })
-#define DEFAULT_PADDING   ((NSSize) { 10.0, 6.0 })
+#define DEFAULT_PADDING   ((NSSize) { 10.0, 8.0 })
 #define DEFAULT_MARGIN    ((NSSize) { 4.0, 8.0 })
 #define PADDING_STRETCH   ((CGFloat) 4.0)
-#define TEXT_OFFSET       ((CGFloat) 2.0)
+#define TEXT_OFFSET       ((CGFloat) 4.0)
 #define HIGHLIGHT_INSET   ((CGFloat) -4.0)
 
 // the minimum scale used when auto-scaling in column or row mode


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