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

Unified Diff: chrome/browser/cocoa/location_bar/star_decoration.mm

Issue 3015046: [Mac] M6 Omnibox positioning changes. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Wordsmith per Rohit. Created 10 years, 5 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
« no previous file with comments | « chrome/browser/cocoa/location_bar/page_action_decoration.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/location_bar/star_decoration.mm
diff --git a/chrome/browser/cocoa/location_bar/star_decoration.mm b/chrome/browser/cocoa/location_bar/star_decoration.mm
index f2c6948fa91a6072566cc4e7fcaf50bff98aaf03..adedd1629cf8f0a5871043e251ac658b827c4afb 100644
--- a/chrome/browser/cocoa/location_bar/star_decoration.mm
+++ b/chrome/browser/cocoa/location_bar/star_decoration.mm
@@ -14,9 +14,10 @@
namespace {
// The info-bubble point should look like it points to the point
-// between the star's lower tips. Determined via Pixie.app
+// between the star's lower tips. The popup should be where the
+// Omnibox popup ends up (2px below field). Determined via Pixie.app
// magnification.
-const CGFloat kStarPointYOffset = 4.0;
+const CGFloat kStarPointYOffset = 2.0;
} // namespace
« no previous file with comments | « chrome/browser/cocoa/location_bar/page_action_decoration.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698