project_files/HedgewarsMobile/Classes/WeaponCellView.m
changeset 6074 047eaed35cbb
parent 5982 283be2ca54a7
child 6078 8c0cc07731e5
--- a/project_files/HedgewarsMobile/Classes/WeaponCellView.m	Fri Sep 30 17:04:20 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.m	Sat Oct 01 02:40:26 2011 +0200
@@ -102,9 +102,9 @@
 
         helpLabel = [[UILabel alloc] init];
         helpLabel.backgroundColor = [UIColor clearColor];
-        helpLabel.textColor = [UIColor grayColor];
+        helpLabel.textColor = [UIColor darkGrayColor];
         helpLabel.textAlignment = UITextAlignmentRight;
-        helpLabel.font = [UIFont italicSystemFontOfSize:[UIFont smallSystemFontSize]];
+        helpLabel.font = [UIFont italicSystemFontOfSize:[UIFont systemFontSize]];
 
         [self.contentView addSubview:weaponName];
         [self.contentView addSubview:weaponIcon];