aboutsummaryrefslogtreecommitdiff
path: root/main/data/add_conversation/list_row.ui
blob: ae9790f2b695dc8ea9f21a9732304957759fc82a (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
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <requires lib="gtk" version="4.0"/>
    <object class="GtkGrid" id="outer_grid">
        <property name="margin-start">3</property>
        <property name="margin-end">3</property>
        <property name="margin-top">3</property>
        <property name="margin-bottom">3</property>
        <property name="column-spacing">10</property>
        <child>
            <object class="DinoUiAvatarPicture" id="picture">
                <property name="height-request">30</property>
                <property name="width-request">30</property>
                <property name="valign">center</property>
            </object>
        </child>
        <child>
            <object class="GtkGrid">
                <property name="valign">center</property>
                <property name="orientation">vertical</property>
                <child>
                    <object class="GtkLabel" id="name_label">
                        <property name="max_width_chars">1</property>
                        <property name="ellipsize">end</property>
                        <property name="hexpand">1</property>
                        <property name="xalign">0</property>
                        <layout>
                            <property name="column">0</property>
                            <property name="row">0</property>
                        </layout>
                    </object>
                </child>
                <child>
                    <object class="GtkLabel" id="status_label">
                        <property name="max_width_chars">1</property>
                        <property name="ellipsize">end</property>
                        <property name="hexpand">1</property>
                        <property name="use_markup">1</property>
                        <property name="xalign">0</property>
                        <layout>
                            <property name="column">0</property>
                            <property name="row">1</property>
                        </layout>
                    </object>
                </child>
                <child>
                    <object class="GtkLabel" id="via_label">
                        <property name="max_width_chars">1</property>
                        <property name="ellipsize">end</property>
                        <property name="hexpand">1</property>
                        <property name="xalign">0</property>
                        <attributes>
                            <attribute name="scale" value="0.8"></attribute>
                        </attributes>
                        <layout>
                            <property name="column">0</property>
                            <property name="row">2</property>
                        </layout>
                    </object>
                </child>
            </object>
        </child>
    </object>
</interface>