Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7110)

Unified Diff: chrome/browser/ui/cocoa/passwords/credential_item_button.mm

Issue 2601613002: Show an info icon with a tooltip for PSL-matches in the account chooser on Mac. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/passwords/credential_item_button.mm
diff --git a/chrome/browser/ui/cocoa/passwords/credential_item_button.mm b/chrome/browser/ui/cocoa/passwords/credential_item_button.mm
index 24d401ed99235f937d139abe0f425e6fbb3ea516..7e8cfcb4dea5fbc42b8d8fa271b1421e803c647d 100644
--- a/chrome/browser/ui/cocoa/passwords/credential_item_button.mm
+++ b/chrome/browser/ui/cocoa/passwords/credential_item_button.mm
@@ -122,6 +122,7 @@ constexpr CGFloat kHorizontalPaddingBetweenAvatarAndLabel = 10;
.GetNativeFont()];
[self setButtonType:NSMomentaryLightButton];
[self setImagePosition:base::i18n::IsRTL() ? NSImageRight : NSImageLeft];
+ [self setAlignment:NSNaturalTextAlignment];
}
return self;
}
« no previous file with comments | « chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698