GNOME Bugzilla – Bug 709977
Window grows horizontally over time
Last modified: 2013-10-14 17:58:25 UTC
This is particularly annoying when the minimum size grows beyond the maximized window size and the window is unmaximized automatically. I'll need to keep testing this for a bit, but this hack looks like it might just work ...
Created attachment 257096 [details] [review] chatView: Add hack to force TextView to wrap rather than grow GtkTextView's horizontal size request will grow over time when added to a GtkScrolledWindow with horizontal scrolling disabled, even when the TextView is set up to wrap lines. As a workaround, subclass GtkTextView to overwrite its size request with a constant width to force the text to wrap around.
Attachment 257096 [details] pushed as 65ce0de - chatView: Add hack to force TextView to wrap rather than grow