зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
8021cdb9c8
Коммит
9bcf96f6ca
|
@ -38,7 +38,8 @@
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
xmlns:web="http://home.netscape.com/WEB-rdf#"
|
xmlns:web="http://home.netscape.com/WEB-rdf#"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
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"
|
orient="vertical"
|
||||||
windowtype="history:manager">
|
windowtype="history:manager">
|
||||||
|
|
||||||
|
@ -112,7 +113,7 @@
|
||||||
<menuseparator/>
|
<menuseparator/>
|
||||||
<menuitem id="menu_selectAll"/>
|
<menuitem id="menu_selectAll"/>
|
||||||
<menuseparator/>
|
<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>
|
</menupopup>
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="menu_View">
|
<menu id="menu_View">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче