From 7d165500d35292a5e09ba0182464ebfc65f56fb7 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 12 Apr 2004 19:40:57 +0000 Subject: [project @ 2004-04-12 19:40:57 by rjw] Theme height now reported as 2 OS units larger. svn path=/import/netsurf/; revision=762 --- riscos/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/theme.c b/riscos/theme.c index 0fef10376..941318b03 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -129,7 +129,7 @@ wimp_w ro_theme_create_toolbar(char *url_buffer, char *status_buffer, int ro_theme_toolbar_height(void) { - return abs(theme_toolbar_template->extent.y1 - theme_toolbar_template->extent.y0); + return abs(theme_toolbar_template->extent.y1 - theme_toolbar_template->extent.y0) + 2; } -- cgit v1.2.3