[Libreoffice-commits] core.git: sw/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 2 08:44:53 UTC 2020
sw/uiconfig/swriter/ui/pagemargincontrol.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b99771a0bf090fd58b14d03dc998d3a9cf201719
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:09 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/+/106992
Tested-by: Caolán McNamara <caolanm at redhat.com>
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