| Line 50... |
Line 50... |
| 50 |
[self setIconListList:[NSMutableArray array]];
|
50 |
[self setIconListList:[NSMutableArray array]];
|
| 51 |
[self setPrefsController:theController];
|
51 |
[self setPrefsController:theController];
|
| 52 |
[self setIcons:theIcons];
|
52 |
[self setIcons:theIcons];
|
| 53 |
[self setColumns:numColumns];
|
53 |
[self setColumns:numColumns];
|
| 54 |
//[self setSortByCategory:YES];
|
54 |
//[self setSortByCategory:YES];
|
| 55 |
NSFont *labelFont = [[NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSSmallControlSize]] autorelease];
|
55 |
NSFont *labelFont = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSSmallControlSize]];
|
| 56 |
_am_iconLabelAttributes = [[NSDictionary dictionaryWithObject:labelFont forKey:NSFontAttributeName] retain];
|
56 |
_am_iconLabelAttributes = [[NSDictionary dictionaryWithObject:labelFont forKey:NSFontAttributeName] retain];
|
| 57 |
NSFont *captionFont = [[NSFont boldSystemFontOfSize:[NSFont systemFontSize]] autorelease];
|
57 |
NSFont *captionFont = [NSFont boldSystemFontOfSize:[NSFont systemFontSize]];
|
| 58 |
_am_captionAttributes = [[NSDictionary dictionaryWithObject:captionFont forKey:NSFontAttributeName] retain];
|
58 |
_am_captionAttributes = [[NSDictionary dictionaryWithObject:captionFont forKey:NSFontAttributeName] retain];
|
| 59 |
}
|
59 |
}
|
| 60 |
return self;
|
60 |
return self;
|
| 61 |
}
|
61 |
}
|
| 62 |
|
62 |
|