|
@@ -403,7 +403,7 @@
|
|
|
} else
|
|
|
headerView.backgroundColor = [UIColor VLCDarkBackgroundColor];
|
|
|
|
|
|
- UILabel *textLabel = [[UILabel alloc] initWithFrame:CGRectInset(headerView.bounds, 12.0f, 5.0f)];
|
|
|
+ UILabel *textLabel = [[UILabel alloc] initWithFrame:CGRectInset(headerView.bounds, 12.0f, 0.f)];
|
|
|
textLabel.text = (NSString *) headerText;
|
|
|
textLabel.font = [UIFont fontWithName:@"Helvetica-Bold" size:([UIFont systemFontSize] * 0.8f)];
|
|
|
textLabel.shadowOffset = CGSizeMake(0.0f, 1.0f);
|