mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 07:49:38 +03:00
Move status bar text up a bit...
svn path=/trunk/netsurf/; revision=10227
This commit is contained in:
parent
23b4f0996c
commit
d8da93037a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user