diff options
author | fiaxh <git@lightrise.org> | 2019-12-13 16:27:05 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-12-13 20:55:39 +0100 |
commit | 21c01dcdcb3ba7f7d5c6fcd18c5fd2117f050e5e (patch) | |
tree | 2c24a13339ca9588330732ae35b1354d8133bfa9 /plugins/omemo/data | |
parent | d194eae61d4fda8504a037daa721d9810ed1fe3e (diff) | |
download | dino-21c01dcdcb3ba7f7d5c6fcd18c5fd2117f050e5e.tar.gz dino-21c01dcdcb3ba7f7d5c6fcd18c5fd2117f050e5e.zip |
Omemo contact details dialog: Only show inactive keys Expander if there are any
Diffstat (limited to 'plugins/omemo/data')
-rw-r--r-- | plugins/omemo/data/contact_details_dialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/omemo/data/contact_details_dialog.ui b/plugins/omemo/data/contact_details_dialog.ui index 97f2dc2b..188bf06e 100644 --- a/plugins/omemo/data/contact_details_dialog.ui +++ b/plugins/omemo/data/contact_details_dialog.ui @@ -235,8 +235,8 @@ </object> </child> <child> - <object class="GtkExpander"> - <property name="visible">True</property> + <object class="GtkExpander" id="inactive_keys_expander"> + <property name="visible">False</property> <child type="label"> <object class="GtkLabel" id="inactive_expander_label"> <property name="visible">True</property> @@ -256,7 +256,7 @@ <property name="visible">True</property> <property name="propagate_natural_height">True</property> <child> - <object class="GtkListBox" id="unused_keys_listbox"> + <object class="GtkListBox" id="inactive_keys_listbox"> <property name="visible">True</property> <property name="selection-mode">none</property> </object> |