fx115: Scaffold: Center Open window (ex-sheet)
This commit is contained in:
parent
5d760c9304
commit
fde33e7100
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue