project_files/HedgewarsMobile/Classes/StatsPageViewController.m
changeset 4819 63011cbaa438
parent 4766 255e6c76c7e9
child 4856 dbc256913b35
equal deleted inserted replaced
4817:cd7ef863afca 4819:63011cbaa438
    85         cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
    85         cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
    86     } else {
    86     } else {
    87         cell.textLabel.text = NSLocalizedString(@"Done",@"");
    87         cell.textLabel.text = NSLocalizedString(@"Done",@"");
    88         cell.textLabel.textColor = [UIColor whiteColor];
    88         cell.textLabel.textColor = [UIColor whiteColor];
    89     }
    89     }
       
    90     cell.textLabel.adjustsFontSizeToFitWidth = YES;
    90     cell.backgroundColor = [UIColor blackColor];
    91     cell.backgroundColor = [UIColor blackColor];
    91     cell.selectionStyle = UITableViewCellSelectionStyleNone;
    92     cell.selectionStyle = UITableViewCellSelectionStyleNone;
    92 
    93 
    93     return cell;
    94     return cell;
    94 }
    95 }