2019-09-10 23:19:24 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="DinoUiConversationSummaryItemMetaDataHeader">
|
2022-01-05 18:46:16 +00:00
|
|
|
<property name="spacing">6</property>
|
2019-09-10 23:19:24 +00:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="name_label">
|
2020-03-08 21:34:04 +00:00
|
|
|
<property name="ellipsize">end</property>
|
2019-09-10 23:19:24 +00:00
|
|
|
<property name="xalign">0</property>
|
2022-01-05 18:46:16 +00:00
|
|
|
<property name="valign">baseline</property>
|
2019-09-10 23:19:24 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<attributes>
|
2022-01-05 18:46:16 +00:00
|
|
|
<attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
|
2019-09-10 23:19:24 +00:00
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="time_label">
|
|
|
|
<property name="xalign">0</property>
|
2022-01-05 18:46:16 +00:00
|
|
|
<property name="valign">baseline</property>
|
2019-09-10 23:19:24 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="0.8"/>
|
|
|
|
</attributes>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|