talkatu/talkatu

Parents 9c929229e8f9
Children 18c1d213d019
Set the wrap mode for the message content in TalkatuMessageRow

Set the word wrap for messages to PANGO_WRAP_WORD_CHAR.

Testing Done:
Just a compile and verified the glade file.

Reviewed at https://reviews.imfreedom.org/r/98/
--- a/talkatu/data/historyrow.ui Wed Aug 26 03:15:40 2020 -0500
+++ b/talkatu/data/historyrow.ui Sat Aug 29 04:22:58 2020 -0500
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.2
+<!-- Generated with glade 3.22.2
Talkatu
Copyright (C) 2017-2020 Gary Kramlich <grim@reaperworld.com>
@@ -102,6 +102,8 @@
<object class="GtkLabel" id="content">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="wrap">True</property>
+ <property name="wrap_mode">word-char</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
</object>