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

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

Issue 2856037: [Mac] Center image in keyword-search and ev bubble in omnibox. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: 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 | « no previous file | 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/bubble_decoration.mm
diff --git a/chrome/browser/cocoa/location_bar/bubble_decoration.mm b/chrome/browser/cocoa/location_bar/bubble_decoration.mm
index 08bbbc76160522ecd123d36dff88703a8eafb639..9b9886f00cf015c700e01e345f940153608dccdf 100644
--- a/chrome/browser/cocoa/location_bar/bubble_decoration.mm
+++ b/chrome/browser/cocoa/location_bar/bubble_decoration.mm
@@ -13,7 +13,7 @@ namespace {
const CGFloat kBubblePadding = 7.0;
// How far to inset image from boundary rect.
-const CGFloat kImageInset = 3.0;
John Grabowski 2010/07/15 00:39:38 If inset is now 0, perhaps you can remove this var
Scott Hess - ex-Googler 2010/07/15 04:07:38 OK. I was going to say "What if things change aga
+const CGFloat kImageInset = 0.0;
// How far to inset the keywork token from sides.
const NSInteger kKeywordYInset = 4;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698