summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-01-07 23:16:04 +0000
committerJames Bursa <james@netsurf-browser.org>2003-01-07 23:16:04 +0000
commit2d515e267ae76cae7a2c0ff579ac923c356fc705 (patch)
treeb4f7ba75076282c801fa9fc964de82402816d515 /riscos/gui.c
parent405e2321a8ebde4076c675535afc429c23cb9b9a (diff)
downloadnetsurf-2d515e267ae76cae7a2c0ff579ac923c356fc705.tar.gz
netsurf-2d515e267ae76cae7a2c0ff579ac923c356fc705.tar.bz2
[project @ 2003-01-07 23:16:04 by bursa]
Move baseline of text up. svn path=/import/netsurf/; revision=89
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 5d9e09f34..d84b02540 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1,5 +1,5 @@
/**
- * $Id: gui.c,v 1.13 2003/01/06 00:04:43 bursa Exp $
+ * $Id: gui.c,v 1.14 2003/01/07 23:16:04 bursa Exp $
*/
#include "netsurf/riscos/font.h"
@@ -702,7 +702,7 @@ if (g->data.browser.bw->current_content->data.html.text_selection.selected == 1)
font_paint(box->font->handle, box->text,
font_OS_UNITS | font_GIVEN_FONT | font_KERN | font_GIVEN_LENGTH,
- x + box->x * 2, y - box->y * 2 - box->height * 2,
+ x + box->x * 2, y - box->y * 2 - box->height * 1.5,
NULL, NULL,
box->length);