diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-21 14:00:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-22 10:16:42 +0100 |
commit | 4491cee27c80bc83493136b323af5bdd128352e7 (patch) | |
tree | 3e05e3b089b28943bef5fbb36552e4116bab3369 /xmlsecurity/uiconfig | |
parent | e5cf818c887fdd0ab43b5434d39cd9d3fde997e6 (diff) |
replace margin-left with margin-start and margin-right with margin-end
Change-Id: Iee3cc8c22b393ca420d0ed68673c61fe7ef240ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108113
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlsecurity/uiconfig')
-rw-r--r-- | xmlsecurity/uiconfig/ui/certgeneral.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/uiconfig/ui/certgeneral.ui b/xmlsecurity/uiconfig/ui/certgeneral.ui index cb7328d47e41..e0c0b48acd59 100644 --- a/xmlsecurity/uiconfig/ui/certgeneral.ui +++ b/xmlsecurity/uiconfig/ui/certgeneral.ui @@ -69,8 +69,8 @@ <object class="GtkLabel" id="hintnotrust"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_left">36</property> - <property name="margin_right">36</property> + <property name="margin-start">36</property> + <property name="margin-end">36</property> <property name="margin_bottom">108</property> <property name="label" translatable="yes" context="certgeneral|hintnotrust">This certificate is validated.</property> <property name="xalign">0</property> |