diff --git a/macosx/TrackerCell.mm b/macosx/TrackerCell.mm index b8243b6c1..4625e5760 100644 --- a/macosx/TrackerCell.mm +++ b/macosx/TrackerCell.mm @@ -66,7 +66,7 @@ NSMutableSet* fTrackerIconLoading; initWithObjectsAndKeys:[NSFont messageFontOfSize:12.0], NSFontAttributeName, paragraphStyle, NSParagraphStyleAttributeName, nil]; _fStatusAttributes = [[NSMutableDictionary alloc] - initWithObjectsAndKeys:[NSFont messageFontOfSize:9.0], NSFontAttributeName, paragraphStyle, NSParagraphStyleAttributeName, nil]; + initWithObjectsAndKeys:[NSFont messageFontOfSize:9.5], NSFontAttributeName, paragraphStyle, NSParagraphStyleAttributeName, nil]; } return self; }