| Index: chrome/browser/ui/cocoa/passwords/signin_promo_view_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller.mm b/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller.mm
|
| index 212ada5c42b16cb61e5e3bd8a4b0ab58ae5b19cf..769992bbf832c5ef9f2958165f9222ef67b65d66 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller.mm
|
| @@ -60,6 +60,8 @@
|
| int titleWidth = kDesiredBubbleWidth - kFramePadding - titleRightPadding;
|
| [titleView setVerticallyResizable:YES];
|
| [titleView setFrameSize:NSMakeSize(titleWidth, MAXFLOAT)];
|
| + // Set the same text inset as in the pending password bubble.
|
| + [[titleView textContainer] setLineFragmentPadding:kTitleTextInset];
|
| [titleView sizeToFit];
|
| [view addSubview:titleView];
|
|
|
|
|