From bc2b026be1344b5bc5aac9ba015176850e379d25 Mon Sep 17 00:00:00 2001 From: Paul Kim Date: Tue, 29 Sep 2009 15:08:04 -0400 Subject: [PATCH] - Changed header font back to Helvetica-Bold. --- NoodleIPhoneTableView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NoodleIPhoneTableView.m b/NoodleIPhoneTableView.m index 4aa4b96..23b25d0 100644 --- a/NoodleIPhoneTableView.m +++ b/NoodleIPhoneTableView.m @@ -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,