| author | Jan Holesovsky <kendy@suse.cz> | 2012-05-18 07:37:27 (GMT) |
|---|---|---|
| committer | Jan Holesovsky <kendy@suse.cz> | 2012-05-18 07:40:33 (GMT) |
| commit | 898d64869f71ebf3ec1fa6f3b9e72e12343caec2 (patch) (side-by-side diff) | |
| tree | 7b166f01c2443452903dc43a7d017ac699f2e9e9 | |
| parent | abb26f51eea0399754cc8f5b7d7a7d648d68f630 (diff) | |
| download | core-898d64869f71ebf3ec1fa6f3b9e72e12343caec2.zip core-898d64869f71ebf3ec1fa6f3b9e72e12343caec2.tar.gz | |
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 827ee6e..7b47fcda 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 |
