Bug 807422 - Panels should open towards the center of the browser window. r=felipe

This commit is contained in:
Jared Wein 2012-11-12 14:42:02 -08:00
parent 0641341406
commit 75a06b70fc

View File

@ -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) {