diff options
author | fiaxh <git@mx.ax.lt> | 2018-11-04 20:19:34 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2018-11-04 20:19:34 +0100 |
commit | 3af9faac82dc19d5d9059d190cc17ce7186e4a10 (patch) | |
tree | a47c7248e2c021264822b6f6398750df52da3dc9 /main/data/conversation_selector | |
parent | ddd17e720e9170ea7016e2fdf80f91808666ec36 (diff) | |
download | dino-3af9faac82dc19d5d9059d190cc17ce7186e4a10.tar.gz dino-3af9faac82dc19d5d9059d190cc17ce7186e4a10.zip |
Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ConversationRow
Diffstat (limited to 'main/data/conversation_selector')
-rw-r--r-- | main/data/conversation_selector/conversation_row.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/data/conversation_selector/conversation_row.ui b/main/data/conversation_selector/conversation_row.ui index 3e178c4f..86ca1ba6 100644 --- a/main/data/conversation_selector/conversation_row.ui +++ b/main/data/conversation_selector/conversation_row.ui @@ -80,6 +80,7 @@ </child> <child> <object class="GtkLabel" id="message_label"> + <property name="use_markup">True</property> <property name="max_width_chars">1</property> <property name="ellipsize">end</property> <property name="expand">True</property> |