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 /svtools/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 'svtools/uiconfig')
-rw-r--r-- | svtools/uiconfig/ui/tabbuttons.ui | 6 | ||||
-rw-r--r-- | svtools/uiconfig/ui/tabbuttonsmirrored.ui | 6 | ||||
-rw-r--r-- | svtools/uiconfig/ui/thineditcontrol.ui | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/svtools/uiconfig/ui/tabbuttons.ui b/svtools/uiconfig/ui/tabbuttons.ui index ae6c6fa16cb4..96dcfd71f318 100644 --- a/svtools/uiconfig/ui/tabbuttons.ui +++ b/svtools/uiconfig/ui/tabbuttons.ui @@ -35,8 +35,8 @@ <object class="GtkBox" id="TabButtons"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="margin-left">6</property> - <property name="margin-right">6</property> + <property name="margin-start">6</property> + <property name="margin-end">6</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <child> @@ -121,7 +121,7 @@ <property name="focus-on-click">False</property> <property name="receives-default">True</property> <property name="no-show-all">True</property> - <property name="margin-left">6</property> + <property name="margin-start">6</property> <property name="image">image1</property> <property name="relief">none</property> <property name="always-show-image">True</property> diff --git a/svtools/uiconfig/ui/tabbuttonsmirrored.ui b/svtools/uiconfig/ui/tabbuttonsmirrored.ui index abec1f56c165..50effb83e558 100644 --- a/svtools/uiconfig/ui/tabbuttonsmirrored.ui +++ b/svtools/uiconfig/ui/tabbuttonsmirrored.ui @@ -35,8 +35,8 @@ <object class="GtkBox" id="TabButtons"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="margin-left">6</property> - <property name="margin-right">6</property> + <property name="margin-start">6</property> + <property name="margin-end">6</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <child> @@ -45,7 +45,7 @@ <property name="focus-on-click">False</property> <property name="receives-default">True</property> <property name="no-show-all">True</property> - <property name="margin-right">6</property> + <property name="margin-end">6</property> <property name="image">image1</property> <property name="relief">none</property> <property name="always-show-image">True</property> diff --git a/svtools/uiconfig/ui/thineditcontrol.ui b/svtools/uiconfig/ui/thineditcontrol.ui index 3cc9a89220a1..77f7f3a59db8 100644 --- a/svtools/uiconfig/ui/thineditcontrol.ui +++ b/svtools/uiconfig/ui/thineditcontrol.ui @@ -57,7 +57,7 @@ <property name="no_show_all">True</property> <property name="halign">end</property> <property name="image">image7</property> - <property name="margin_left">1</property> + <property name="margin-start">1</property> <property name="always_show_image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="button-atkobject"> |