fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen

This commit is contained in:
danm%netscape.com 2006-07-29 04:34:54 +00:00
Родитель 8021cdb9c8
Коммит 9bcf96f6ca
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -38,7 +38,8 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:web="http://home.netscape.com/WEB-rdf#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="500" height="400" x="20" y="20" persist="width height x y"
width="500" height="400"
persist="width height screenX screenY sizemode"
orient="vertical"
windowtype="history:manager">
@ -112,7 +113,7 @@
<menuseparator/>
<menuitem id="menu_selectAll"/>
<menuseparator/>
<menuitem value="&findHisCmd.label;" accesskey="&findHisCmd.accesskey;" oncommand="window.openDialog('chrome://communicator/content/bookmarks/bm-find.xul', 'FindBookmarksWindow', 'centerscreen,dialog=no,close,chrome,resizable');"/>
<menuitem value="&findHisCmd.label;" accesskey="&findHisCmd.accesskey;" oncommand="window.openDialog('chrome://communicator/content/bookmarks/bm-find.xul', 'FindBookmarksWindow', 'dialog=no,close,chrome,resizable');"/>
</menupopup>
</menu>
<menu id="menu_View">