From 183174b25a28a92118208595a24a019da670efd3 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 2 Apr 2012 18:05:09 +0000 Subject: Move status basr left one pixel svn path=/trunk/netsurf/; revision=13786 --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 2eac77f6b..a6b44a4e9 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2976,7 +2976,7 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw, NULL, "gaugeiclass", IA_Top, 2 - (scrn->RastPort.TxHeight), - IA_Left, -3, + IA_Left, -4, IA_Height, 4 + scrn->RastPort.TxHeight, IA_InBorder, TRUE, IA_Label, NULL, -- cgit v1.2.3