diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-21 15:45:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-22 10:17:25 +0100 |
commit | d1510db3fac629977bfcfb60260f9a45e4e3ca1a (patch) | |
tree | 32c88da9591550b6e754ed164a4b640160b08f8e /sw | |
parent | 4ad89c0fa19ddf66882d58468fac61da38d8ffcb (diff) |
replace deprecated xpad/ypad
drop entirely suspicious xpad/ypad which are probably accidental
Change-Id: Ie80d93502359373e38cc61f63cd5bec962f5d193
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108115
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/formattablepage.ui | 5 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/linenumbering.ui | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/textgridpage.ui | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sw/uiconfig/swriter/ui/formattablepage.ui b/sw/uiconfig/swriter/ui/formattablepage.ui index ee275a8ab524..30aa539de260 100644 --- a/sw/uiconfig/swriter/ui/formattablepage.ui +++ b/sw/uiconfig/swriter/ui/formattablepage.ui @@ -212,7 +212,6 @@ <object class="GtkLabel" id="leftft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xpad">1</property> <property name="label" translatable="yes" context="formattablepage|leftft">Lef_t</property> <property name="use_underline">True</property> <property name="mnemonic_widget">leftmf</property> @@ -242,8 +241,6 @@ <object class="GtkLabel" id="aboveft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xpad">1</property> - <property name="ypad">1</property> <property name="label" translatable="yes" context="formattablepage|aboveft">_Above</property> <property name="use_underline">True</property> <property name="mnemonic_widget">abovemf</property> @@ -258,7 +255,6 @@ <object class="GtkLabel" id="belowft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xpad">1</property> <property name="label" translatable="yes" context="formattablepage|belowft">_Below</property> <property name="use_underline">True</property> <property name="mnemonic_widget">belowmf</property> @@ -520,7 +516,6 @@ <object class="GtkLabel" id="label43"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xpad">1</property> <property name="label" translatable="yes" context="formattablepage|label43">Alignment</property> <attributes> <attribute name="weight" value="bold"/> diff --git a/sw/uiconfig/swriter/ui/linenumbering.ui b/sw/uiconfig/swriter/ui/linenumbering.ui index f67a3df1d4e0..5c9ce0f9c1a4 100644 --- a/sw/uiconfig/swriter/ui/linenumbering.ui +++ b/sw/uiconfig/swriter/ui/linenumbering.ui @@ -582,7 +582,6 @@ <object class="GtkLabel" id="count"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="ypad">1</property> <property name="label" translatable="yes" context="linenumbering|count">Count</property> <attributes> <attribute name="weight" value="bold"/> diff --git a/sw/uiconfig/swriter/ui/textgridpage.ui b/sw/uiconfig/swriter/ui/textgridpage.ui index 7f8e0e413f4f..df26f67188cb 100644 --- a/sw/uiconfig/swriter/ui/textgridpage.ui +++ b/sw/uiconfig/swriter/ui/textgridpage.ui @@ -300,7 +300,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="ypad">4</property> <property name="label" context="textgridpage|labelFT_LINERANGE">(1-48)</property> </object> <packing> |