зеркало из https://github.com/mozilla/pjs.git
fix for #80195. center the create profile dialog. fix by stephend. sr=sspitzer
This commit is contained in:
Родитель
66837db2ef
Коммит
432bd3fc61
|
@ -33,7 +33,7 @@ var set = null;
|
|||
function CreateProfileWizard()
|
||||
{
|
||||
// Need to call CreateNewProfile xuls
|
||||
window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'chrome,modal=yes,titlebar=yes');
|
||||
window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'centerscreen,chrome,modal=yes,titlebar=yes');
|
||||
}
|
||||
|
||||
// update the display to show the additional profile
|
||||
|
|
Загрузка…
Ссылка в новой задаче