Kiosk mode now fills screen every time
svn path=/trunk/netsurf/; revision=11544
This commit is contained in:
parent
25d9f8cd19
commit
8895e0a0bc
|
@ -2739,8 +2739,8 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
|
|||
WA_RMBTrap,TRUE,
|
||||
WA_Top,0,
|
||||
WA_Left,0,
|
||||
WA_Width,option_window_width,
|
||||
WA_Height,option_window_height,
|
||||
WA_Width, scrn->Width,
|
||||
WA_Height, scrn->Height,
|
||||
WA_SizeGadget, FALSE,
|
||||
WA_CustomScreen,scrn,
|
||||
WA_ReportMouse,TRUE,
|
||||
|
|
Loading…
Reference in New Issue