summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-08 17:21:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-08 21:03:16 +0200
commit36d43d4637ed6c1666617ac2d87f738bc34455af (patch)
tree4518b7736f1398171fdb1987e059dd81c42a114a /sfx2/uiconfig
parent5649ddc290b00510fa89490661d4e9e46fc06d62 (diff)
remove unwanted xpad/ypad properties and replace with a margin-end
the xpad didn't do anything in vcl, and is deprecated for gtk. There was additional padding shown in gen anyway because a yalign of 0.5 wrongly horizontally centering, which is now fixed. Change-Id: I546ec72b0449185217213ee1ba061dd051122880 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123270 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/developmenttool.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/developmenttool.ui b/sfx2/uiconfig/ui/developmenttool.ui
index fdbc614901e8..2266a6590921 100644
--- a/sfx2/uiconfig/ui/developmenttool.ui
+++ b/sfx2/uiconfig/ui/developmenttool.ui
@@ -272,10 +272,9 @@
<object class="GtkLabel" id="class_name_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="margin-end">6</property>
<property name="hexpand">False</property>
<property name="vexpand">False</property>
- <property name="xpad">6</property>
- <property name="ypad">6</property>
<property name="label" translatable="yes" context="developmenttool|classname">Class name:</property>
<accessibility>
<relation type="label-for" target="class_name_value_id"/>