From 03c1e930bed5a8985eaa05cc6889f4b38df7a1db Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 21 Apr 2009 01:01:59 +0000 Subject: 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 --- gtk/gtk_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtk_window.c b/gtk/gtk_window.c index 7b8fe5ec1..ba138d0c8 100644 --- a/gtk/gtk_window.c +++ b/gtk/gtk_window.c @@ -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); } } -- cgit v1.2.3