diff options
author | fiaxh <git@mx.ax.lt> | 2017-03-10 16:16:48 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-03-10 17:29:23 +0100 |
commit | 9b8cf706d6b0ff83472af53c31b96c4c2f55f6b7 (patch) | |
tree | f31048126f135156da9d98f20cb4254933d9841d /client/data | |
parent | 2fe8489d368a371aefbfbe66e74621a8df14cdc2 (diff) | |
download | dino-9b8cf706d6b0ff83472af53c31b96c4c2f55f6b7.tar.gz dino-9b8cf706d6b0ff83472af53c31b96c4c2f55f6b7.zip |
Outfactor PGP into pgpme-vala
Diffstat (limited to 'client/data')
-rw-r--r-- | client/data/manage_accounts/dialog.ui | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/client/data/manage_accounts/dialog.ui b/client/data/manage_accounts/dialog.ui index b3a99711..64397fb7 100644 --- a/client/data/manage_accounts/dialog.ui +++ b/client/data/manage_accounts/dialog.ui @@ -247,6 +247,58 @@ <property name="height">1</property> </packing> </child> + <child> + <object class="GtkLabel"> + <property name="label">OpenPGP</property> + <property name="xalign">1</property> + <property name="visible">True</property> + <style> + <class name="dim-label"/> + </style> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">4</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkStack" id="pgp_stack"> + <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="GtkComboBoxText" 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> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">4</property> + <property name="width">2</property> + <property name="height">1</property> + </packing> + </child> </object> </child> </object> |