add titlebar to "other..." font size dialog. bug 82105 r=ben,hyatt

This commit is contained in:
danm%netscape.com 2001-06-27 03:32:47 +00:00
Родитель 8196859d08
Коммит 66d4654bc5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -432,8 +432,8 @@ function changeScreenResolution()
// If the user selects "Other..." we bring up the calibrate screen dialog
var rv = { newdpi : 0 };
calscreen = window.openDialog("chrome://communicator/content/pref/pref-calibrate-screen.xul",
"",
"modal=yes,chrome,resizeable=no,centerscreen",
"_blank",
"modal,chrome,centerscreen,resizable=no,titlebar",
rv);
if (rv.newdpi != -1)
{