projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d6d9b3
)
Cairo output: Add a bit of horizontal between table columns.
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 17 May 2013 07:55:21 +0000
(09:55 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 17 May 2013 13:00:19 +0000
(15:00 +0200)
Fixes bug #34798
src/output/cairo.c
patch
|
blob
|
history
diff --git
a/src/output/cairo.c
b/src/output/cairo.c
index 32586f7937922f754cec6c426ece9925980b3682..4bb601be22f4c66495e9e67a88af6b4e8fdc8ff4 100644
(file)
--- a/
src/output/cairo.c
+++ b/
src/output/cairo.c
@@
-267,7
+267,7
@@
apply_options (struct xr_driver *xr, struct string_map *o)
xr->fonts[XR_FONT_EMPHASIS].desc = parse_font (d, o, "emph-font",
"serif italic", font_points);
- xr->line_gutter =
XR_POINT
;
+ xr->line_gutter =
parse_dimension (opt (d, o, "gutter", "3pt"))
;
xr->line_space = XR_POINT;
xr->line_width = XR_POINT / 2;
xr->page_number = 0;