Bug #214544 --> Fix the error in the font pref panel dialog where the font size menu lists were showing "..." instad of the font sizes.

Thanks to Stephen Walker for the patch.
This commit is contained in:
scott%scott-macgregor.org 2003-07-31 06:58:51 +00:00
Родитель 0ba7049636
Коммит c7be6a6302
1 изменённых файлов: 5 добавлений и 6 удалений

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

@ -19,8 +19,7 @@
#
# Contributor(s):
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/prefpanels.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE page SYSTEM "chrome://communicator/locale/pref/pref-fonts.dtd" >
@ -90,7 +89,7 @@
accesskey="&proportional.accesskey;"
control="proportionalFont"/>
</hbox>
<menulist id="proportionalFont" flex="1" style="width: 0px;"
<menulist id="proportionalFont"
preftype="string" prefstring="font.default">
<menupopup>
<menuitem value="serif"
@ -141,7 +140,7 @@
accesskey="&serif.accesskey;"
control="serif"/>
</hbox>
<menulist id="serif" class="prefpanel-font-list">
<menulist id="serif">
<menupopup/>
</menulist>
<spacer/>
@ -152,7 +151,7 @@
accesskey="&sans-serif.accesskey;"
control="sans-serif"/>
</hbox>
<menulist id="sans-serif" class="prefpanel-font-list">
<menulist id="sans-serif">
<menupopup/>
</menulist>
<spacer/>
@ -163,7 +162,7 @@
accesskey="&monospace.accesskey;"
control="monospace"/>
</hbox>
<menulist id="monospace" class="prefpanel-font-list">
<menulist id="monospace">
<menupopup/>
</menulist>
<hbox align="center" pack="end">