summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
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;
}