From c77552d9f8c60e735565f17f95302475d80629cc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 7 Jul 2010 18:20:43 +0000 Subject: Bring throbber off screen edge by spacing_width. svn path=/trunk/netsurf/; revision=10607 --- framebuffer/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index a329f4a46..ab1e65cbb 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -950,7 +950,7 @@ create_toolbar(struct gui_window *gw, int toolbar_height) gw->url = fbtk_create_writable_text(toolbar, xpos, spacing_width, - -(spacing_width + throbber0.width), + -(2 * spacing_width + throbber0.width), -spacing_width, FB_COLOUR_WHITE, FB_COLOUR_BLACK, -- cgit v1.2.3