Revision: 11869
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11869&view=rev
Author:   hofman
Date:     2007-12-11 14:47:49 -0800 (Tue, 11 Dec 2007)

Log Message:
-----------
Integral text field offset.

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

Modified: trunk/bibdesk/BibEditor.m
===================================================================
--- trunk/bibdesk/BibEditor.m   2007-12-11 22:40:51 UTC (rev 11868)
+++ trunk/bibdesk/BibEditor.m   2007-12-11 22:47:49 UTC (rev 11869)
@@ -2924,6 +2924,7 @@
             [cell setObjectValue:[fields objectAtIndex:row]];
             maxWidth = fmaxf(maxWidth, [cell cellSize].width);
         }
+        maxWidth = ceilf(maxWidth);
         [tableColumn setMinWidth:maxWidth];
         [tableColumn setMaxWidth:maxWidth];
         [tableView sizeToFit];


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

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to