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 /uui | |
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 'uui')
-rw-r--r-- | uui/uiconfig/ui/setmasterpassworddlg.ui | 2 | ||||
-rw-r--r-- | uui/uiconfig/ui/sslwarndialog.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/uui/uiconfig/ui/setmasterpassworddlg.ui b/uui/uiconfig/ui/setmasterpassworddlg.ui index 78b57b3f0ce3..13a71d0967d7 100644 --- a/uui/uiconfig/ui/setmasterpassworddlg.ui +++ b/uui/uiconfig/ui/setmasterpassworddlg.ui @@ -25,7 +25,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="margin_right">6</property> + <property name="margin-end">6</property> <property name="use_stock">True</property> </object> <packing> diff --git a/uui/uiconfig/ui/sslwarndialog.ui b/uui/uiconfig/ui/sslwarndialog.ui index 6cfb5c49c5b4..01a7fd0d24f5 100644 --- a/uui/uiconfig/ui/sslwarndialog.ui +++ b/uui/uiconfig/ui/sslwarndialog.ui @@ -54,7 +54,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="margin_right">6</property> + <property name="margin-end">6</property> </object> <packing> <property name="expand">False</property> |