diff -r 55ecfbf834e3 -r 117bdf4e7af9 project_files/HedgewarsMobile/Classes/SingleTeamViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Sat Oct 08 21:17:24 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Sat Oct 08 22:44:32 2011 +0200 @@ -262,8 +262,9 @@ accessoryImage = [[UIImage alloc] initWithContentsOfFile:[NSString stringWithFormat:@"%@/%@.png", FLAGS_DIRECTORY(),[teamDictionary objectForKey:@"flag"]]]; cell.imageView.image = [accessoryImage scaleToSize:CGSizeMake(26, 18)]; - cell.imageView.layer.borderWidth = 0.3; [accessoryImage release]; + cell.imageView.layer.borderWidth = 1; + cell.imageView.layer.borderColor = [[UIColor blackColor] CGColor]; break; case 4: // level accessoryImage = [[UIImage alloc] initWithContentsOfFile:[NSString stringWithFormat:@"%@/bot%d.png",