зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2238220a4e
Коммит
c4aebe43f5
|
@ -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" />
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче