Bug 285574 - [Mac] fonts settings dialog is cropped. r=mconnor a=asa

This commit is contained in:
mozilla.mano%sent.com 2005-04-21 20:46:16 +00:00
parent 6db03450bc
commit ffaed613ad
2 changed files with 5 additions and 0 deletions

View File

@ -46,7 +46,11 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&fontsDialog.title;"
dlgbuttons="accept,cancel"
#ifdef XP_MACOSX
style="width: &window.macWidth; !important;">
#else
style="width: &window.width; !important;">
#endif
<prefpane id="FontsDialogPane">

View File

@ -1,5 +1,6 @@
<!ENTITY fontsDialog.title "Fonts">
<!ENTITY window.width "39em">
<!ENTITY window.macWidth "43em">
<!ENTITY language.label "Fonts for:">
<!ENTITY language.accesskey "t">