fx115: Scaffold: Center Open window (ex-sheet)

This commit is contained in:
Abe Jellinek 2024-04-22 15:00:53 -04:00
parent 5d760c9304
commit fde33e7100

View file

@ -651,7 +651,7 @@ var Scaffold = new function () {
io.translatorProvider = _translatorProvider;
io.url = io.rootUrl = _browser.currentURI.spec;
window.openDialog("chrome://scaffold/content/load.xhtml",
"_blank", "chrome,modal,resizable=no", io);
"_blank", "chrome,centerscreen,modal,resizable=no", io);
translator = io.dataOut;
}
else {