summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
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,