diff options
author | fiaxh <git@lightrise.org> | 2022-01-05 19:46:16 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2022-01-05 20:10:19 +0100 |
commit | ac2af047409c3cd9ecfc3c955da5975e79565961 (patch) | |
tree | fa474e754a62e9e3cfb9dcfeb70f3cc26fa33ee5 /main/data | |
parent | b3d452265fce5d65d80cc7191747d8a574bbc25d (diff) | |
download | dino-ac2af047409c3cd9ecfc3c955da5975e79565961.tar.gz dino-ac2af047409c3cd9ecfc3c955da5975e79565961.zip |
Display message sender in bold+text color instead of small+colored
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/conversation_content_view/item_metadata_header.ui | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/main/data/conversation_content_view/item_metadata_header.ui b/main/data/conversation_content_view/item_metadata_header.ui index 31aa7e44..a24b27fa 100644 --- a/main/data/conversation_content_view/item_metadata_header.ui +++ b/main/data/conversation_content_view/item_metadata_header.ui @@ -1,38 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <template class="DinoUiConversationSummaryItemMetaDataHeader"> - <property name="spacing">4</property> + <property name="spacing">6</property> <property name="orientation">horizontal</property> <child> <object class="GtkLabel" id="name_label"> <property name="use_markup">True</property> <property name="ellipsize">end</property> <property name="xalign">0</property> - <property name="valign">start</property> + <property name="valign">baseline</property> <property name="visible">True</property> <attributes> - <attribute name="scale" value="0.8"/> - </attributes> - </object> - </child> - <child> - <object class="GtkLabel" id="dot_label"> - <property name="label">ยท</property> - <property name="xalign">0</property> - <property name="valign">start</property> - <property name="visible">True</property> - <attributes> - <attribute name="scale" value="0.8"/> + <attribute name="weight" value="PANGO_WEIGHT_BOLD"/> </attributes> - <style> - <class name="dim-label"/> - </style> </object> </child> <child> <object class="GtkLabel" id="time_label"> <property name="xalign">0</property> - <property name="valign">start</property> + <property name="valign">baseline</property> <property name="visible">True</property> <attributes> <attribute name="scale" value="0.8"/> |