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

Unified Diff: chrome/browser/ui/cocoa/location_bar/image_decoration.mm

Issue 2521033002: [Mac] Fix for omnibox lock icon (Closed)
Patch Set: Created 4 years, 1 month 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 | chrome/browser/ui/cocoa/location_bar/image_decoration_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/location_bar/image_decoration.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/image_decoration.mm b/chrome/browser/ui/cocoa/location_bar/image_decoration.mm
index babdde0ee93c461096900675ee06eefefe50a92a..7606865e42ed79620bbafe7ee52aa158eec5e847 100644
--- a/chrome/browser/ui/cocoa/location_bar/image_decoration.mm
+++ b/chrome/browser/ui/cocoa/location_bar/image_decoration.mm
@@ -7,7 +7,7 @@
#import "chrome/browser/ui/cocoa/location_bar/image_decoration.h"
// The amount of horizontal padding around the image.
-const CGFloat kImageHorizontalPadding = 9.0;
+const CGFloat kImageHorizontalPadding = 10.0;
ImageDecoration::ImageDecoration() {
}
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/image_decoration_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698