Revision: 28700
http://sourceforge.net/p/bibdesk/svn/28700
Author: hofman
Date: 2024-02-06 22:15:25 +0000 (Tue, 06 Feb 2024)
Log Message:
-----------
initialize matrix to final size
Modified Paths:
--------------
trunk/bibdesk/BDSKColorLabelWell.m
Modified: trunk/bibdesk/BDSKColorLabelWell.m
===================================================================
--- trunk/bibdesk/BDSKColorLabelWell.m 2024-02-06 16:08:37 UTC (rev 28699)
+++ trunk/bibdesk/BDSKColorLabelWell.m 2024-02-06 22:15:25 UTC (rev 28700)
@@ -71,7 +71,7 @@
- (void)commonInit {
if (matrix == nil) {
- matrix = [[NSMatrix alloc] initWithFrame:NSMakeRect(0.0, 2.0, 178.0,
22.0)];
+ matrix = [[NSMatrix alloc] initWithFrame:NSMakeRect(0.0, 2.0, 178.0,
18.0)];
BDSKColorLabelCell *cell = [[BDSKColorLabelCell alloc]
initTextCell:@""];
[cell setButtonType:NSButtonTypeRadio];
[cell setBordered:NO];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit