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

Unified Diff: chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h

Issue 2773733002: Fix Password bubble title misalignment. (Closed)
Patch Set: Fix comment Created 3 years, 9 months 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
Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h b/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
index a438b111a6c0a587202b04726f9762cad24546fb..ace96afb208043aece8d8606c8bbf513cf54f2b6 100644
--- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
+++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
@@ -25,6 +25,7 @@ constexpr CGFloat kRelatedControlVerticalSpacing = 8;
constexpr CGFloat kTitleTextInset = 2;
constexpr CGFloat kUnrelatedControlVerticalPadding = 15;
constexpr CGFloat kVerticalAvatarMargin = 8;
+constexpr CGFloat kConfirmationBubbleContentInset = 2;
// Returns a font for password bubbles.
NSFont* LabelFont();

Powered by Google App Engine
This is Rietveld 408576698