Adding small default offset of 10,10 so that X window managers don't place the window exactly at 0,0, pushing the window manager chrome off-screen. This is a temporary workaround, we should do a better job of telling the WM what to do.

This commit is contained in:
mcafee%netscape.com 1999-09-05 21:22:43 +00:00
Родитель 2238220a4e
Коммит c4aebe43f5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -35,7 +35,7 @@ Contributor(s): ______________________________________. -->
onunload="Shutdown()"
title="&mainWindow.title;" titlemodifier="&mainWindow.titlemodifier;"
titlemenuseparator ="&mainWindow.titlemodifiermenuseparator;" windowtype="navigator:browser"
align="vertical" width="640" height="480" x="0" y="0" persist="width height x y">
align="vertical" width="640" height="480" x="10" y="10" persist="width height x y">
<html:script language="javascript" src="chrome://global/content/strres.js" />

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

@ -35,7 +35,7 @@ Contributor(s): ______________________________________. -->
onunload="Shutdown()"
title="&mainWindow.title;" titlemodifier="&mainWindow.titlemodifier;"
titlemenuseparator ="&mainWindow.titlemodifiermenuseparator;" windowtype="navigator:browser"
align="vertical" width="640" height="480" x="0" y="0" persist="width height x y">
align="vertical" width="640" height="480" x="10" y="10" persist="width height x y">
<html:script language="javascript" src="chrome://global/content/strres.js" />