Revision: 18308
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18308&view=rev
Author:   hofman
Date:     2011-12-10 11:19:39 +0000 (Sat, 10 Dec 2011)
Log Message:
-----------
override cellSize for address text field cell

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

Modified: trunk/bibdesk/BDSKAddressTextFieldCell.m
===================================================================
--- trunk/bibdesk/BDSKAddressTextFieldCell.m    2011-12-09 23:49:18 UTC (rev 
18307)
+++ trunk/bibdesk/BDSKAddressTextFieldCell.m    2011-12-10 11:19:39 UTC (rev 
18308)
@@ -43,6 +43,12 @@
 
 + (Class)formatterClass { return Nil; }
 
+- (NSSize)cellSize {
+    NSSize cellSize = [super cellSize];
+    cellSize.height += 1.0;
+    return cellSize;
+}
+
 - (NSRect)textRectForBounds:(NSRect)aRect {
     NSRect ignored, rect = [super textRectForBounds:aRect];
     NSDivideRect(rect, &ignored, &rect, 17.0, NSMaxXEdge);

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


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to