Preventing Gtk.Textview from expanding

Hi, we have a Gtk.TextView inside a ScrolledWindow with hscrollpolicy=never and wrap_mode=WORD_CHAR.
What we want to achieve is that the textview/scrolledwindow never expands horizontally.
Still sometimes on very long URLs it just expands the hsize of the window. When it should just break on word or char.

Any tipps what could be wrong here?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.