From 5c804fe3b209ecf416a9525f570f6a52f20bfe08 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 9 Jul 2004 21:03:26 +0000 Subject: [project @ 2004-07-09 21:03:26 by rjw] Various minor GUI fixes svn path=/import/netsurf/; revision=1064 --- riscos/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/toolbar.c') diff --git a/riscos/toolbar.c b/riscos/toolbar.c index a7f0ea8c3..ba922e453 100644 --- a/riscos/toolbar.c +++ b/riscos/toolbar.c @@ -681,7 +681,7 @@ int ro_toolbar_update(struct toolbar *toolbar) { /* Set our return status */ - if (toolbar_height != 0) toolbar_height += 8; + if (toolbar_height != 0) toolbar_height += 8 + 2; return_status = (toolbar_height == toolbar->height); toolbar->height = toolbar_height; -- cgit v1.2.3