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 /sd | |
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 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/vectorize.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/insertslides.ui | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/uiconfig/sdraw/ui/vectorize.ui b/sd/uiconfig/sdraw/ui/vectorize.ui index 337f353fad21..5d4da78681d5 100644 --- a/sd/uiconfig/sdraw/ui/vectorize.ui +++ b/sd/uiconfig/sdraw/ui/vectorize.ui @@ -186,7 +186,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin-start">12</property> - <property name="xpad">12</property> <property name="label" translatable="yes" context="vectorize|tilesft">Tile size:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">tiles</property> diff --git a/sd/uiconfig/simpress/ui/insertslides.ui b/sd/uiconfig/simpress/ui/insertslides.ui index 862681b6ba15..99f1fb9a336f 100644 --- a/sd/uiconfig/simpress/ui/insertslides.ui +++ b/sd/uiconfig/simpress/ui/insertslides.ui @@ -135,7 +135,6 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xpad">1</property> <property name="label" translatable="yes" context="insertslides|label1">Position</property> <property name="justify">center</property> <property name="yalign">0.55000001192092896</property> |