Skip to content

Commit

Permalink
- Changed header font back to Helvetica-Bold.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNoodle committed Sep 29, 2009
1 parent 3a8900a commit bc2b026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NoodleIPhoneTableView.m
Expand Up @@ -109,7 +109,7 @@ - (void)drawRow:(NSInteger)rowIndex clipRect:(NSRect)clipRect
[textShadow setShadowBlurRadius:0.0];

attributes = [NSDictionary dictionaryWithObjectsAndKeys:
[NSFont fontWithName:@"Helvetica" size:16.0],
[NSFont fontWithName:@"Helvetica-Bold" size:16.0],
NSFontAttributeName,
textShadow,
NSShadowAttributeName,
Expand Down

0 comments on commit bc2b026

Please sign in to comment.