From 36e8bee00822c61df720e7866886a31d162fd317 Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Mon, 12 Nov 2012 14:42:02 -0800 Subject: [PATCH] Bug 807422 - Panels should open towards the center of the browser window. r=felipe --- browser/base/content/browser-social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/browser-social.js b/browser/base/content/browser-social.js index 2aacf0f422bc..ac2b577f9a59 100644 --- a/browser/base/content/browser-social.js +++ b/browser/base/content/browser-social.js @@ -922,7 +922,7 @@ var SocialToolbar = { let imageId = aToolbarButtonBox.getAttribute("id") + "-image"; let toolbarButtonImage = document.getElementById(imageId); - panel.openPopup(toolbarButtonImage, "bottomcenter topleft", 0, 0, false, false); + panel.openPopup(toolbarButtonImage, "bottomcenter topright", 0, 0, false, false); }, setPanelErrorMessage: function SocialToolbar_setPanelErrorMessage(aNotificationFrame) {