87371 - make size of preferences dialog localizable

r=vishy, sr=hyatt
This commit is contained in:
ben%netscape.com 2001-06-30 23:57:43 +00:00
Родитель cb976acc61
Коммит f84c479ab8
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -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">

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

@ -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;">