зеркало из https://github.com/mozilla/gecko-dev.git
add titlebar to "other..." font size dialog. bug 82105 r=ben,hyatt
This commit is contained in:
Родитель
8196859d08
Коммит
66d4654bc5
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче