summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-05-18 09:37:27 +0200
committerJan Holesovsky <kendy@suse.cz>2012-05-18 09:40:33 +0200
commit898d64869f71ebf3ec1fa6f3b9e72e12343caec2 (patch)
tree7b166f01c2443452903dc43a7d017ac699f2e9e9
parentabb26f51eea0399754cc8f5b7d7a7d648d68f630 (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.hxx2
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;
88 88
89// Margin left and above document. 89// Margin left and above document.
90// Half of it is gap between the pages. 90// Half of it is gap between the pages.
91#define DOCUMENTBORDER 568L 91#define DOCUMENTBORDER 284L
92#define GAPBETWEENPAGES 284L 92#define GAPBETWEENPAGES 284L
93 93
94#define UNDO_ACTION_COUNT 20 94#define UNDO_ACTION_COUNT 20