aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp/data/account_settings_item.ui
blob: 56808be061c3d06838c6d4d4679225e4400efab3 (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
<interface>
    <requires lib="gtk" version="4.0"/>
    <object class="GtkStack" id="stack">
        <child>
            <object class="GtkStackPage">
                <property name="name">label</property>
                <property name="child">
                    <object class="GtkButton" id="button">
                        <property name="has-frame">0</property>
                        <property name="sensitive">0</property>
                        <child>
                            <object class="GtkLabel" id="label">
                                <property name="xalign">0</property>
                            </object>
                        </child>
                    </object>
                </property>
            </object>
        </child>
        <child>
            <object class="GtkStackPage">
                <property name="name">entry</property>
                <property name="child">
                    <object class="GtkComboBox" id="combobox">
                        <property name="hexpand">1</property>
                    </object>
                </property>
            </object>
        </child>
    </object>
</interface>