Move status basr left one pixel

svn path=/trunk/netsurf/; revision=13786
This commit is contained in:
Chris Young 2012-04-02 18:05:09 +00:00
parent d434749953
commit 183174b25a
1 changed files with 1 additions and 1 deletions

View File

@ -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,