зеркало из https://github.com/mozilla/gecko-dev.git
Bug 807422 - Panels should open towards the center of the browser window. r=felipe
This commit is contained in:
Родитель
6860ce9323
Коммит
36e8bee008
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче