Increase font size of TrackerCell from 9 to 9.5 (#3571)

This commit is contained in:
Gary Elshaw
2022-08-10 01:15:52 +12:00
committed by GitHub
parent b49cccbd3e
commit 0da5660c6e

View File

@@ -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;
}