sw/inc/swtypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 898d64869f71ebf3ec1fa6f3b9e72e12343caec2 Author: Jan Holesovsky <[email protected]> Date: Fri May 18 09:37:27 2012 +0200 writer UI: Decrease the size of the border around the document. This makes the horizontal scrollbar appear in smaller amount of cases, generally improving the user experience mainly on smaller screens. Change-Id: Ic4bf04484f26bd8be572512f6315ecc77d781d11 diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index 827ee6e..7b47fcd 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -88,7 +88,7 @@ const SwTwips lMinBorder = 1134; // Margin left and above document. // Half of it is gap between the pages. -#define DOCUMENTBORDER 568L +#define DOCUMENTBORDER 284L #define GAPBETWEENPAGES 284L #define UNDO_ACTION_COUNT 20 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
