aboutsummaryrefslogtreecommitdiff
path: root/main/data/conversation_content_view/item_metadata_header.ui
blob: 93940c9a63a2ba29859db7d014e2fa8b5a37bb8e (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="DinoUiConversationSummaryItemMetaDataHeader">
        <property name="spacing">4</property>
        <property name="orientation">horizontal</property>
        <child>
            <object class="GtkLabel" id="name_label">
                <property name="use_markup">True</property>
                <property name="xalign">0</property>
                <property name="valign">start</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"/>
                </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="visible">True</property>
                <attributes>
                    <attribute name="scale" value="0.8"/>
                </attributes>
                <style>
                    <class name="dim-label"/>
                </style>
            </object>
        </child>
        <child>
            <object class="GtkImage" id="encryption_image">
                <property name="opacity">0.4</property>
            </object>
        </child>
        <child>
            <object class="GtkImage" id="received_image">
                <property name="opacity">0.4</property>
            </object>
        </child>
    </template>
</interface>