sfx2/uiconfig/ui/developmenttool.ui |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 36d43d4637ed6c1666617ac2d87f738bc34455af
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Oct 8 17:21:02 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Oct 8 21:03:16 2021 +0200

    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 <caol...@redhat.com>

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"/>

Reply via email to