mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 14:07:05 +03:00
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:
parent
fe86c4a618
commit
03c1e930be
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user