mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
changing name of position persistence attribute from [x|y] to screen[x|y]. r:hyatt
This commit is contained in:
parent
b01cef4a9a
commit
4e8af4b4e8
@ -41,8 +41,8 @@ Contributor(s): ______________________________________. -->
|
||||
windowtype="navigator:browser"
|
||||
align="vertical"
|
||||
width="640" height="480"
|
||||
x="10" y="10"
|
||||
persist="width height x y"
|
||||
screenX="10" screenY="10"
|
||||
persist="screenX screenY width height"
|
||||
ondraggesture="return GeneralDrag(event);">
|
||||
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user