Reflow to the entire widget width, rather than leaving a 2px border on the right side. I've no idea why this was needed, but it looks odd.

svn path=/trunk/netsurf/; revision=7142
This commit is contained in:
John Mark Bell 2009-04-21 01:01:59 +00:00
parent fe86c4a618
commit 03c1e930be

View File

@ -626,7 +626,7 @@ void nsgtk_window_process_reformats(void)
continue;
g->bw->reformat_pending = false;
browser_window_reformat(g->bw,
widget->allocation.width - 2,
widget->allocation.width,
widget->allocation.height);
}
}