Move status basr left one pixel
svn path=/trunk/netsurf/; revision=13786
This commit is contained in:
parent
d434749953
commit
183174b25a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue