[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - sw/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 2 08:45:12 UTC 2020


 sw/uiconfig/swriter/ui/pagemargincontrol.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 73cebb561737947511ff489891e61b1e1f8f7b0e
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 1 15:15:00 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Dec 2 09:44:26 2020 +0100

    tdf#138471 wrong adjustment used for spinbutton
    
    resulting in one adjustment used by two spinbuttons
    
    Change-Id: I939b00301699288fd8516cb7d6b8cd11c53c9573
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106948
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/uiconfig/swriter/ui/pagemargincontrol.ui b/sw/uiconfig/swriter/ui/pagemargincontrol.ui
index 2916591479a4..f9df8c065ead 100644
--- a/sw/uiconfig/swriter/ui/pagemargincontrol.ui
+++ b/sw/uiconfig/swriter/ui/pagemargincontrol.ui
@@ -416,7 +416,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="hexpand">True</property>
-                        <property name="adjustment">adjustment2</property>
+                        <property name="adjustment">adjustment3</property>
                         <property name="digits">2</property>
                       </object>
                       <packing>


More information about the Libreoffice-commits mailing list