瀏覽代碼

menu: fix section divider text label color

Felix Paul Kühne 12 年之前
父節點
當前提交
c1b791b74d
共有 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:(125.0f/255.0f) green:(129.0f/255.0f) blue:(146.0f/255.0f) alpha:1.0f];
+		textLabel.textColor = [UIColor colorWithRed:(98.0f/255.0f) green:(98.0f/255.0f) blue:(98.0f/255.0f) alpha:1.0f];
 		textLabel.backgroundColor = [UIColor clearColor];
 		[headerView addSubview:textLabel];