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:
Родитель
b91fdf7b4a
Коммит
9f43b7635d
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче