aboutsummaryrefslogtreecommitdiff
path: root/main/data/conversation_content_view/item_metadata_header.ui
blob: 20a2b7d96508c07d279535517807883f77afd692 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="DinoUiConversationSummaryItemMetaDataHeader">
        <property name="spacing">6</property>
        <property name="orientation">horizontal</property>
        <child>
            <object class="GtkLabel" id="name_label">
                <property name="ellipsize">end</property>
                <property name="xalign">0</property>
                <property name="valign">baseline</property>
                <attributes>
                    <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
                </attributes>
            </object>
        </child>
        <child>
            <object class="GtkLabel" id="time_label">
                <property name="xalign">0</property>
                <property name="valign">baseline</property>
                <attributes>
                    <attribute name="scale" value="0.8"/>
                </attributes>
                <style>
                    <class name="dim-label"/>
                </style>
            </object>
        </child>
    </template>
</interface>