summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 16:00:26 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 16:00:26 +0000
commitaeacd285cabfb269ba52fdbb1f60a6bf1e2d94d6 (patch)
treef6bec977ce197bf410c035546611d0a2749f68cb
parent0937e50de88050542188cf32a492e4feedda9e7b (diff)
downloadchromium_src-aeacd285cabfb269ba52fdbb1f60a6bf1e2d94d6.zip
chromium_src-aeacd285cabfb269ba52fdbb1f60a6bf1e2d94d6.tar.gz
chromium_src-aeacd285cabfb269ba52fdbb1f60a6bf1e2d94d6.tar.bz2
Mac: Tweak first-run bubble position.
Review URL: http://codereview.chromium.org/2805041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50980 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/cocoa/location_bar/location_bar_view_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
index 146128d..2858984 100644
--- a/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
+++ b/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
@@ -126,7 +126,7 @@ void LocationBarViewMac::ShowFirstRunBubbleInternal(
// The bubble needs to be just below the Omnibox and slightly to the right
// of the left omnibox icon, so shift x and y co-ordinates.
- const NSPoint kOffset = NSMakePoint(-18, 4);
+ const NSPoint kOffset = NSMakePoint(1, 4);
[FirstRunBubbleController showForView:field_ offset:kOffset profile:profile_];
}