diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-03-30 12:59:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-03-30 15:03:22 +0200 |
commit | 9383980a9f07a352c62fc09b7bea3a24e2e46b48 (patch) | |
tree | 89fd48892cf33cd26f7d81d613cba6bab88e8043 | |
parent | 2596a381ced4349a226d4636bc9c657149e56ef0 (diff) |
Related: tdf#131576 overlapping windows, move bottom one down a little
Change-Id: I28c890740a92f183db72ab997627d564cba49ec0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91361
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | wizards/com/sun/star/wizards/table/FieldFormatter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/table/FieldFormatter.java b/wizards/com/sun/star/wizards/table/FieldFormatter.java index c3c38e7e2dae..75a1ade73a51 100644 --- a/wizards/com/sun/star/wizards/table/FieldFormatter.java +++ b/wizards/com/sun/star/wizards/table/FieldFormatter.java @@ -209,7 +209,7 @@ public class FieldFormatter implements XItemListener }, // PropertyNames.PROPERTY_HELPURL new Object[] { - 85, 158, 49, IFieldFormatStep, Short.valueOf(curtabindex++), 166, 50 + 82, 158, 52, IFieldFormatStep, Short.valueOf(curtabindex++), 166, 50 }); //, "HID:WIZARDS_HID_DLGTABLE_COLMODIFIER" curTableDescriptor = _curTableDescriptor; Helper.setUnoPropertyValue(oColumnDescriptorModel, PropertyNames.ACTIVE_CONNECTION, _curTableDescriptor.DBConnection); |