project_files/HedgewarsMobile/Classes/TeamConfigViewController.m
changeset 3662 a44406f4369b
parent 3659 f8d5ac50e307
child 3697 d5b30d6373fc
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Tue Jul 20 23:30:54 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Thu Jul 22 03:08:17 2010 +0200
@@ -106,7 +106,7 @@
             UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(12+88+7+36+7, 10, 250, 25)];
             label.textAlignment = UITextAlignmentLeft;
             label.backgroundColor = [UIColor clearColor];
-            label.font = [UIFont boldSystemFontOfSize:[UIFont systemFontSize] + 2];
+            label.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize] + 2];
             label.tag = LABEL_TAG;
             [cell.contentView addSubview:label];
             [label release];
@@ -169,8 +169,8 @@
 
 -(void) viewDidUnload {
     self.listOfTeams = nil;
+    MSG_DIDUNLOAD();
     [super viewDidUnload];
-    MSG_DIDUNLOAD();
 }