summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-11-05 19:08:44 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-11-05 19:08:44 +0000
commitaf1572be92ce94e57a0833fe8a2f9f491a78fc5a (patch)
tree6133ec8da00ee1781ac29db56a11d1e19ba9693e /render
parent5621bca77233fd1906ac0487bf02a91f607e2b74 (diff)
downloadnetsurf-af1572be92ce94e57a0833fe8a2f9f491a78fc5a.tar.gz
netsurf-af1572be92ce94e57a0833fe8a2f9f491a78fc5a.tar.bz2
Height is already scaled. Make OBJ char bigger.
Diffstat (limited to 'render')
-rw-r--r--render/html_redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 2b85f6c86..cb178eab2 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -691,7 +691,7 @@ bool html_redraw_box(const html_content *html, struct box *box,
obj_x += width / 2 - obj_width / 2;
if (!plot->text(obj_x, y + padding_top + (int)
- (height * 0.75 * scale),
+ (height * 0.75),
obj, sizeof(obj) - 1,
plot_fstyle_broken_object))
return false;