project_files/HedgewarsMobile/Classes/SingleTeamViewController.m
changeset 6104 117bdf4e7af9
parent 6078 8c0cc07731e5
child 6700 e04da46ee43c
--- 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",