summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-08 16:50:15 +0200
committerjcid <devnull@localhost>2008-09-08 16:50:15 +0200
commit9d0c154884a9b10c2e45f269be0bb686da1c98c9 (patch)
treeb5fd5bd56273427f5f1cbf9fe7c4b10d004ffe72 /src/prefs.c
parent994af550781a1756b1bee6225c01ff0f12219d14 (diff)
- Adjusted internal font sizes so the default font_factor is 1.0
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c2
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;