project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
branchios-revival
changeset 11354 a0163b8302c5
parent 11352 d98070707214
child 11554 893722a2a1f9
equal deleted inserted replaced
11353:62af5c67662d 11354:a0163b8302c5
   273     label.textAlignment = UITextAlignmentCenter;
   273     label.textAlignment = UITextAlignmentCenter;
   274     label.font = [UIFont italicSystemFontOfSize:12];
   274     label.font = [UIFont italicSystemFontOfSize:12];
   275     label.textColor = [UIColor whiteColor];
   275     label.textColor = [UIColor whiteColor];
   276     label.numberOfLines = 2;
   276     label.numberOfLines = 2;
   277     label.backgroundColor = [UIColor clearColor];
   277     label.backgroundColor = [UIColor clearColor];
   278     label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin;
   278     label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleWidth;
   279 
   279 
   280     label.text = NSLocalizedString(@"Setting a Style might force a particular Scheme or Weapon configuration.",@"");
   280     label.text = NSLocalizedString(@"Setting a Style might force a particular Scheme or Weapon configuration.",@"");
   281 
   281 
   282     [footer addSubview:label];
   282     [footer addSubview:label];
   283     [label release];
   283     [label release];