Bug 409314 - Default download manager size should be golden (485x300). r=sdwilsh, a1.9=schrep

This commit is contained in:
edward.lee@engineering.uiuc.edu 2008-01-26 13:04:49 -08:00
parent 91cff9aa93
commit 0c7fe7d5c7
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
<!ENTITY window.width "400">
<!-- LOCALIZATION NOTE (window.width2, window.height): These values should be
close to the golden ratio (1.618:1) while making sure it's wide enough for long
file names and tall enough to hint that there are more downloads in the list -->
<!ENTITY window.width2 "485">
<!ENTITY window.height "300">
<!ENTITY starting.label "Starting…">

View File

@ -60,7 +60,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="downloadManager" windowtype="Download:Manager"
orient="vertical" title="&downloads.title;" statictitle="&downloads.title;"
width="&window.width;" height="&window.height;" screenX="10" screenY="10"
width="&window.width2;" height="&window.height;" screenX="10" screenY="10"
persist="width height screenX screenY sizemode"
onload="Startup();" onunload="Shutdown();"
onclose="return closeWindow(false);">