diff options
| author | Michel Le Bihan <michel@lebihan.pl> | 2021-02-08 17:54:17 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-05 14:32:09 +0200 |
| commit | 125a660af9bb0ea1bb258d3ed426fe3d6e3a47d3 (patch) | |
| tree | 8063a0fbced74714b895e03f04513782fb71e575 /plugins/omemo/data | |
| parent | 13b38f55c495221828541ffded5f5e74807791b9 (diff) | |
| download | dino-125a660af9bb0ea1bb258d3ed426fe3d6e3a47d3.tar.gz | |
[feature/handy]: Adapt OMEMO dialog (#985)
* Wrap OMEMO automatically accept label
* Change OMEMO fingerprint label to wrap with max-width
* Set contact OMEMO dialog as resizable
* Disable expanding grid in contact details
Diffstat (limited to 'plugins/omemo/data')
| -rw-r--r-- | plugins/omemo/data/contact_details_dialog.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/omemo/data/contact_details_dialog.ui b/plugins/omemo/data/contact_details_dialog.ui index 62aded6b..de6607fe 100644 --- a/plugins/omemo/data/contact_details_dialog.ui +++ b/plugins/omemo/data/contact_details_dialog.ui @@ -2,7 +2,6 @@ <interface> <template class="DinoPluginsOmemoContactDetailsDialog"> <property name="modal">True</property> - <property name="resizable">False</property> <child internal-child="vbox"> <object class="GtkBox"> <property name="visible">True</property> @@ -37,6 +36,8 @@ <object class="GtkLabel" id="automatically_accept_new_label"> <property name="visible">True</property> <property name="halign">start</property> + <property name="xalign">0</property> + <property name="wrap">True</property> <attributes> <attribute name="scale" value="1.1"/> </attributes> @@ -114,8 +115,10 @@ <object class="GtkLabel" id="own_fingerprint_label"> <property name="visible">True</property> <property name="halign">start</property> - <property name="justify">right</property> <property name="hexpand">True</property> + <property name="max_width_chars">35</property> + <property name="xalign">0</property> + <property name="wrap">True</property> </object> </child> <child> |
