소스 검색

menu: increase section header readibility

Felix Paul Kühne 12 년 전
부모
커밋
bcde46730e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      AspenProject/VLCMenuTableViewController.m

+ 1 - 1
AspenProject/VLCMenuTableViewController.m

@@ -205,7 +205,7 @@
 		textLabel.font = [UIFont fontWithName:@"Helvetica-Bold" size:([UIFont systemFontSize] * 0.8f)];
 		textLabel.shadowOffset = CGSizeMake(0.0f, 1.0f);
 		textLabel.shadowColor = [UIColor colorWithWhite:0.0f alpha:0.25f];
-		textLabel.textColor = [UIColor colorWithRed:(98.0f/255.0f) green:(98.0f/255.0f) blue:(98.0f/255.0f) alpha:1.0f];
+		textLabel.textColor = [UIColor colorWithRed:(118.0f/255.0f) green:(118.0f/255.0f) blue:(118.0f/255.0f) alpha:1.0f];
 		textLabel.backgroundColor = [UIColor clearColor];
 		[headerView addSubview:textLabel];