mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 02:02:33 +00:00
Bug 332146 - Maximized state of Extensions/Themes/Downloads Manager not remembered. patch=Simon B�nzli zeniko@gmail.com r=rob_strong
This commit is contained in:
parent
5cbea98d4f
commit
885890016f
@ -59,7 +59,7 @@
|
||||
id="downloadManager" windowtype="Download:Manager"
|
||||
orient="vertical" title="&downloads.title;" statictitle="&downloads.title;"
|
||||
width="&window.width;" height="&window.height;" screenX="10" screenY="10"
|
||||
persist="width height screenX screenY sizeMode"
|
||||
persist="width height screenX screenY sizemode"
|
||||
onload="Startup();" onunload="Shutdown();"
|
||||
onclose="return closeWindow(false);">
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
id="extensionsManager" windowtype="Extension:Manager"
|
||||
orient="vertical" title="&addons.title;"
|
||||
screenX="10" screenY="10" width="&em.width;" height="&em.height;"
|
||||
persist="width height screenX screenY sizeMode"
|
||||
persist="width height screenX screenY sizemode"
|
||||
onload="Startup();" onunload="Shutdown();"
|
||||
onclose="return closeWindow(false);">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user