mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-14 11:25:00 +00:00
31 lines
No EOL
1.1 KiB
XML
31 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="DinoPluginsOpenPgpAccountSettingsWidget">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkButton" id="button">
|
|
<property name="relief">none</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkLabel" id="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="combobox">
|
|
<property name="hexpand">True</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="name">entry</property>
|
|
</packing>
|
|
</child>
|
|
</template>
|
|
</interface> |