mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
87371 - make size of preferences dialog localizable
r=vishy, sr=hyatt
This commit is contained in:
parent
cb976acc61
commit
f84c479ab8
@ -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;">
|
Loading…
x
Reference in New Issue
Block a user