Index: chrome/browser/cocoa/bookmark_button_cell.mm |
=================================================================== |
--- chrome/browser/cocoa/bookmark_button_cell.mm (revision 41344) |
+++ chrome/browser/cocoa/bookmark_button_cell.mm (working copy) |
@@ -98,7 +98,7 @@ |
DCHECK([self controlView]); |
scoped_nsobject<NSMutableParagraphStyle> style([NSMutableParagraphStyle new]); |
- [style setAlignment:NSCenterTextAlignment]; |
+ [style setAlignment:NSLeftTextAlignment]; |
NSDictionary* dict = [NSDictionary |
dictionaryWithObjectsAndKeys:color, |
NSForegroundColorAttributeName, |