mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
bug 18136; changing default size for fixed width font to 13px; r=pierre;
a=rickg
This commit is contained in:
parent
b8095dc03d
commit
6cecf95bf9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user