project_files/HedgewarsMobile/Classes/MapConfigViewController.m
changeset 3625 9f1d79e01a60
parent 3623 f14db208f2fa
child 3642 fb39fecca350
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Mon Jul 05 22:42:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Tue Jul 06 03:33:01 2010 +0200
@@ -284,7 +284,7 @@
         cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];
     
     if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
-        cell.textLabel.textColor = [UIColor yellowColor]; //TODO: find proper color
+        cell.textLabel.textColor = [UIColor colorWithRed:(CGFloat)0xFE/255 green:(CGFloat)0xCB/255 blue:0 alpha:1 ];
     }
     
     if (self.segmentedControl.selectedSegmentIndex != 1) {