From cefce1a247a4674c5726a31b61571eab16328a0b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 17 Jul 2019 20:29:17 +0100 Subject: tdf#126051 sync MINBODY copies to same value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id41da7b07dcb25e820e5fd20aed595b1170fa204 Reviewed-on: https://gerrit.libreoffice.org/75807 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/uibase/sidebar/PageMarginControl.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/source/uibase/sidebar/PageMarginControl.hxx') diff --git a/sw/source/uibase/sidebar/PageMarginControl.hxx b/sw/source/uibase/sidebar/PageMarginControl.hxx index a2b9e0a7deb2..761f5c7dfdec 100644 --- a/sw/source/uibase/sidebar/PageMarginControl.hxx +++ b/sw/source/uibase/sidebar/PageMarginControl.hxx @@ -37,7 +37,8 @@ #define SWPAGE_WIDE_VALUE2 2880 #define SWPAGE_WIDE_VALUE3 1800 -static const long MINBODY = 284; //0.5 cm in twips +// #i19922# - tdf#126051 see cui/source/tabpages/page.cxx and svx/source/dialog/hdft.cxx +static const long MINBODY = 56; // 1mm in twips rounded namespace sw { namespace sidebar { -- cgit