aboutsummaryrefslogtreecommitdiff
path: root/main/data/manage_accounts/account_row.ui
blob: 965171a751f71172019031e6bf21a0e52d7bf63e (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="DinoUiManageAccountsAccountRow">
        <property name="visible">True</property>
        <child>
            <object class="GtkGrid">
                <property name="orientation">horizontal</property>
                <property name="margin">6</property>
                <property name="column-spacing">6</property>
                <property name="visible">True</property>
                <child>
                    <object class="DinoUiAvatarImage" id="image">
                        <property name="height">40</property>
                        <property name="width">40</property>
                        <property name="visible">True</property>
                    </object>
                </child>
                <child>
                    <object class="GtkLabel" id="jid_label">
                        <property name="halign">0.5</property>
                        <property name="xalign">0</property>
                        <property name="expand">True</property>
                        <property name="visible">True</property>
                    </object>
                </child>
                <child>
                    <object class="GtkImage" id="icon">
                        <property name="icon-name">dialog-warning-symbolic</property>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>