--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.m Sat Oct 08 21:17:24 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.m Sat Oct 08 22:44:32 2011 +0200
@@ -100,8 +100,9 @@
UIImage *flagSprite = [[UIImage alloc] initWithContentsOfFile:flagFile];
[flagFile release];
cell.imageView.image = flagSprite;
- cell.imageView.layer.borderWidth = 0.3;
[flagSprite release];
+ cell.imageView.layer.borderWidth = 1;
+ cell.imageView.layer.borderColor = [[UIColor blackColor] CGColor];
cell.textLabel.text = [[source objectAtIndex:row] stringByDeletingPathExtension];
if ([[flagName stringByDeletingPathExtension] isEqualToString:[self.teamDictionary objectForKey:@"flag"]]) {