diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-05-18 09:37:27 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-05-18 09:40:33 +0200 |
commit | 898d64869f71ebf3ec1fa6f3b9e72e12343caec2 (patch) | |
tree | 7b166f01c2443452903dc43a7d017ac699f2e9e9 | |
parent | abb26f51eea0399754cc8f5b7d7a7d648d68f630 (diff) |
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
-rw-r--r-- | sw/inc/swtypes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index 827ee6e63161..7b47fcda7559 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 |