checking in patch for yxia@netscape.com. fixes bug 99685 - Need to externalize the initial size of Offline and Diskspace window on account manager. r=ssu sr=sspitzer a=asa

This commit is contained in:
ssu%netscape.com 2002-03-01 23:35:52 +00:00
Родитель b91fdf7b4a
Коммит 9f43b7635d
2 изменённых файлов: 11 добавлений и 1 удалений

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

@ -9,7 +9,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&accountManagerTitle.label;"
class="dialog"
width="620" height="470"
width="&account-manager.width;" height="&account-manager.height;"
persist="screenX screenY width height"
onload="onLoad(event);">

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

@ -9,3 +9,13 @@
<!ENTITY nameCol.label "Name">
<!ENTITY duplicate.label "Duplicate">
<!-- AccountManager.xul -->
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the account
setting dialog, which specifies the width and height in em units of the dialog.
Localizers ONLY can increase these widths if they are having difficulty getting
panel content to fit. 1em = the width of the letter 'm' in the selected font.
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct size of
this window for en-US. -->
<!ENTITY account-manager.width "620">
<!ENTITY account-manager.height "470">