summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-02 10:29:20 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-02 10:29:20 +0000
commitd8da93037a7247d96c2b714de05b4b0fa2439264 (patch)
tree72b1d64493a352232c1019580b969f34d75a994c /amiga/gui.c
parent23b4f0996c9995604df8dc92fa62fcaa4572540e (diff)
downloadnetsurf-d8da93037a7247d96c2b714de05b4b0fa2439264.tar.gz
netsurf-d8da93037a7247d96c2b714de05b4b0fa2439264.tar.bz2
Move status bar text up a bit...
svn path=/trunk/netsurf/; revision=10227
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c4
1 files 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,