diff -r cd7ef863afca -r 63011cbaa438 project_files/HedgewarsMobile/Classes/StatsPageViewController.m --- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Tue Jan 04 18:26:54 2011 -0500 +++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Wed Jan 05 03:53:46 2011 +0100 @@ -87,6 +87,7 @@ cell.textLabel.text = NSLocalizedString(@"Done",@""); cell.textLabel.textColor = [UIColor whiteColor]; } + cell.textLabel.adjustsFontSizeToFitWidth = YES; cell.backgroundColor = [UIColor blackColor]; cell.selectionStyle = UITableViewCellSelectionStyleNone;