Revision: 26843 http://sourceforge.net/p/bibdesk/svn/26843 Author: hofman Date: 2021-09-11 09:13:44 +0000 (Sat, 11 Sep 2021) Log Message: ----------- Offset width with right margin as well
Modified Paths: -------------- trunk/bibdesk/BDSKGroupTextFieldCell.m Modified: trunk/bibdesk/BDSKGroupTextFieldCell.m =================================================================== --- trunk/bibdesk/BDSKGroupTextFieldCell.m 2021-09-11 09:08:16 UTC (rev 26842) +++ trunk/bibdesk/BDSKGroupTextFieldCell.m 2021-09-11 09:13:44 UTC (rev 26843) @@ -47,7 +47,7 @@ - (NSSize)cellSizeForBounds:(NSRect)rect { NSSize size = [super cellSizeForBounds:rect]; if ([self displayAsColor]) - size.width = size.height + 2.0; + size.width = size.height + 4.0; return size; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit