diff options
author | jcid <devnull@localhost> | 2008-09-08 16:50:15 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-08 16:50:15 +0200 |
commit | 9d0c154884a9b10c2e45f269be0bb686da1c98c9 (patch) | |
tree | b5fd5bd56273427f5f1cbf9fe7c4b10d004ffe72 /src/prefs.c | |
parent | 994af550781a1756b1bee6225c01ff0f12219d14 (diff) |
- Adjusted internal font sizes so the default font_factor is 1.0
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c index 3c04a621..797f2cf7 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -418,7 +418,7 @@ void a_Prefs_init(void) prefs.small_icons = FALSE; prefs.limit_text_width = FALSE; prefs.w3c_plus_heuristics = TRUE; - prefs.font_factor = 1.2; + prefs.font_factor = 1.0; prefs.show_back=TRUE; prefs.show_forw=TRUE; prefs.show_home=TRUE; |