summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-04-02 18:05:09 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-04-02 18:05:09 +0000
commit183174b25a28a92118208595a24a019da670efd3 (patch)
tree1280d4bf483203eb582c414b51df26666058e7a7
parentd434749953a4ac36b30f022e6b65866750f8c51c (diff)
downloadnetsurf-183174b25a28a92118208595a24a019da670efd3.tar.gz
netsurf-183174b25a28a92118208595a24a019da670efd3.tar.bz2
Move status basr left one pixel
svn path=/trunk/netsurf/; revision=13786
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
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,