зеркало из https://github.com/mozilla/gecko-dev.git
bug 18136; changing default size for fixed width font to 13px; r=pierre;
a=rickg
This commit is contained in:
Родитель
b8095dc03d
Коммит
6cecf95bf9
|
@ -143,7 +143,7 @@ nsPresContext::GetFontPreferences()
|
||||||
pref = "font.size.fixed.";
|
pref = "font.size.fixed.";
|
||||||
pref.Append(langGroup);
|
pref.Append(langGroup);
|
||||||
pref.ToCString(name, sizeof(name));
|
pref.ToCString(name, sizeof(name));
|
||||||
PRInt32 fixedSize = 14;
|
PRInt32 fixedSize = 13;
|
||||||
mPrefs->GetIntPref(name, &fixedSize);
|
mPrefs->GetIntPref(name, &fixedSize);
|
||||||
char* unit = nsnull;
|
char* unit = nsnull;
|
||||||
mPrefs->CopyCharPref("font.size.unit", &unit);
|
mPrefs->CopyCharPref("font.size.unit", &unit);
|
||||||
|
|
|
@ -143,7 +143,7 @@ nsPresContext::GetFontPreferences()
|
||||||
pref = "font.size.fixed.";
|
pref = "font.size.fixed.";
|
||||||
pref.Append(langGroup);
|
pref.Append(langGroup);
|
||||||
pref.ToCString(name, sizeof(name));
|
pref.ToCString(name, sizeof(name));
|
||||||
PRInt32 fixedSize = 14;
|
PRInt32 fixedSize = 13;
|
||||||
mPrefs->GetIntPref(name, &fixedSize);
|
mPrefs->GetIntPref(name, &fixedSize);
|
||||||
char* unit = nsnull;
|
char* unit = nsnull;
|
||||||
mPrefs->CopyCharPref("font.size.unit", &unit);
|
mPrefs->CopyCharPref("font.size.unit", &unit);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче