From d8da93037a7247d96c2b714de05b4b0fa2439264 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 2 Apr 2010 10:29:20 +0000 Subject: Move status bar text up a bit... svn path=/trunk/netsurf/; revision=10227 --- amiga/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amiga/gui.c b/amiga/gui.c index 42117e49c..19abcd6a0 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2658,7 +2658,7 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw, "frbuttonclass", GA_ID, GID_STATUS, GA_Left, scrn->WBorLeft, - GA_RelBottom, -((1 + sz + scrn->WBorBottom - scrn->RastPort.TxHeight)/2), + GA_RelBottom, -((2 + sz + scrn->WBorBottom - scrn->RastPort.TxHeight)/2), GA_Width, size1, GA_DrawInfo, dri, GA_BottomBorder, TRUE, @@ -2667,7 +2667,7 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw, NULL, "frameiclass", IA_FrameType, FRAME_DISPLAY, - IA_Top, 1-(scrn->RastPort.TxHeight), + IA_Top, 2-(scrn->RastPort.TxHeight), IA_Left, -1, IA_Height, scrn->WBorBottom + scrn->RastPort.TxHeight, IA_InBorder, TRUE, -- cgit v1.2.3