87371 - make size of preferences dialog localizable

r=vishy, sr=hyatt
This commit is contained in:
ben%netscape.com 2006-05-17 02:30:25 +00:00
parent d56e51dec3
commit 4a5d883c57
2 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&prefWindow.title;"
orient="vertical" class="dialog"
style="width: 52em; height: 41em;"
style="&prefWindow.size;"
onload="Startup();"
persist="screenX screenY">

View File

@ -4,3 +4,9 @@
<!ENTITY prefWindow.title "Preferences">
<!ENTITY categoryHeader "Category">
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
preference dialog's <window> node, which specifies the width and height
in em units of the dialog. Increase these widths if you are having
difficulty getting panel content to fit. 1em = the width of the
letter 'm' in the selected font -->
<!ENTITY prefWindow.size "width: 52em; height: 41em;">