aboutsummaryrefslogtreecommitdiff
path: root/src/web.cc
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/web.cc
parent994af550781a1756b1bee6225c01ff0f12219d14 (diff)
- Adjusted internal font sizes so the default font_factor is 1.0
Diffstat (limited to 'src/web.cc')
-rw-r--r--src/web.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web.cc b/src/web.cc
index ad7618c5..fa33866a 100644
--- a/src/web.cc
+++ b/src/web.cc
@@ -76,7 +76,7 @@ int a_Web_dispatch_by_type (const char *Type, DilloWeb *Web,
/* Set a style for the widget */
fontAttrs.name = prefs.vw_fontname;
- fontAttrs.size = (int) rint(12.0 * prefs.font_factor);
+ fontAttrs.size = (int) rint(14.0 * prefs.font_factor);
fontAttrs.weight = 400;
fontAttrs.style = style::FONT_STYLE_NORMAL;