diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/cocoa/location_bar/location_bar_view_mac.mm | 2 |
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_]; } |