aboutsummaryrefslogtreecommitdiff
path: root/libdino/data/pgp_stack.ui
blob: 4df9f0b8222bc931190a9a9d17d15727b76bd148 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="DinoPgpManagerAccountSettingsWidget">
        <property name="visible">True</property>
        <child>
            <object class="GtkButton" id="pgp_button">
                <property name="relief">none</property>
                <property name="visible">True</property>
                <child>
                    <object class="GtkLabel" id="pgp_label">
                        <property name="xalign">0</property>
                        <property name="visible">True</property>
                    </object>
                </child>
            </object>
            <packing>
                <property name="name">label</property>
            </packing>
        </child>
        <child>
            <object class="GtkComboBox" id="pgp_combobox">
                <property name="hexpand">True</property>
                <property name="width_request">200</property>
                <property name="visible">True</property>
            </object>
            <packing>
                <property name="name">entry</property>
            </packing>
        </child>
    </template>
</interface>