From 9d0c154884a9b10c2e45f269be0bb686da1c98c9 Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 8 Sep 2008 16:50:15 +0200 Subject: - Adjusted internal font sizes so the default font_factor is 1.0 --- src/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/prefs.c') 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; -- cgit v1.2.3