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

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

Issue 3046029: [Mac] First pass at final sizing of toolbar items. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Don't disable unit tests for realz, sorry. 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
Index: chrome/browser/cocoa/location_bar/keyword_hint_decoration.mm
diff --git a/chrome/browser/cocoa/location_bar/keyword_hint_decoration.mm b/chrome/browser/cocoa/location_bar/keyword_hint_decoration.mm
index 250abbff71777b43a8b6e585083a28ea7ebe334a..883b4ab8ca82141248fcbac86f18d511cbe0f535 100644
--- a/chrome/browser/cocoa/location_bar/keyword_hint_decoration.mm
+++ b/chrome/browser/cocoa/location_bar/keyword_hint_decoration.mm
@@ -16,11 +16,11 @@
namespace {
// How far to inset the hint text area from sides.
-const CGFloat kHintTextYInset = 4.0;
+const CGFloat kHintTextYInset = 5.0;
// How far to inset the hint image from sides. Lines baseline of text
// in image with baseline of prefix and suffix.
-const CGFloat kHintImageYInset = 4.0;
+const CGFloat kHintImageYInset = 5.0;
// Maxmimum of the available space to allow the hint to take over.
// Should leave enough so that the user has space to edit things.

Powered by Google App Engine
This is Rietveld 408576698