Improved Line Wrapping
Compare changes
@@ -8,7 +8,7 @@
@@ -119,6 +119,7 @@ class PrivateMessageWidget(Gtk.ListBoxRow):
Currently messages with long words (non-space separated) result in an expanded window size.
This commit changes the line wrapping mode to WORD_CHAR to allow for wrapping mid-word.