Changes for the photon platforms.

These changes should not affect the building on other platforms or the runtime on other platforms.
Changed the default font size.
This commit is contained in:
amardare%qnx.com 2003-04-04 23:10:28 +00:00
parent 923108bf9c
commit 03b9d797ff

View File

@ -54,8 +54,8 @@ pref("font.name.serif.zh-CN", "serif");
pref("font.name.sans-serif.zh-CN", "sans-serif");
pref("font.name.monospace.zh-CN", "monospace");
pref("font.size.variable.x-western", 16);
pref("font.size.fixed.x-western", 14);
pref("font.size.variable.x-western", 14);
pref("font.size.fixed.x-western", 12);
pref("applications.telnet", "pterm telnet %h %p");
pref("applications.tn3270", "pterm tn3270 %h");