Kiosk mode now fills screen every time

svn path=/trunk/netsurf/; revision=11544
This commit is contained in:
Chris Young 2011-01-30 22:15:16 +00:00
parent 25d9f8cd19
commit 8895e0a0bc
1 changed files with 2 additions and 2 deletions

View File

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