Fix margin
This commit is contained in:
parent
71cfb7441c
commit
e8b0897ea1
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ const CGFloat kVerticalTitleMargin = 2;
|
|||
return 0;
|
||||
|
||||
if (ANSI_)
|
||||
return [[title_ attributedStringParsingANSICodes] size].width + 8;
|
||||
return [[title_ attributedStringParsingANSICodes] size].width + 10;
|
||||
|
||||
base::scoped_nsobject<NSAttributedString> attributes(
|
||||
[[NSAttributedString alloc] initWithString:title_
|
||||
|
|
Loading…
Reference in a new issue