bug 18136; changing default size for fixed width font to 13px; r=pierre;

a=rickg
This commit is contained in:
erik%netscape.com 2000-02-25 23:01:36 +00:00
Родитель b8095dc03d
Коммит 6cecf95bf9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -143,7 +143,7 @@ nsPresContext::GetFontPreferences()
pref = "font.size.fixed.";
pref.Append(langGroup);
pref.ToCString(name, sizeof(name));
PRInt32 fixedSize = 14;
PRInt32 fixedSize = 13;
mPrefs->GetIntPref(name, &fixedSize);
char* unit = nsnull;
mPrefs->CopyCharPref("font.size.unit", &unit);

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

@ -143,7 +143,7 @@ nsPresContext::GetFontPreferences()
pref = "font.size.fixed.";
pref.Append(langGroup);
pref.ToCString(name, sizeof(name));
PRInt32 fixedSize = 14;
PRInt32 fixedSize = 13;
mPrefs->GetIntPref(name, &fixedSize);
char* unit = nsnull;
mPrefs->CopyCharPref("font.size.unit", &unit);