aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-03-19 11:29:39 +0100
committerThomas White <taw@bitwiz.org.uk>2018-03-19 11:29:39 +0100
commita2fdeee195f18f605a8f4fc9a6d90d2bdfa7ae83 (patch)
tree93c55e3523d8c349d2afb20770193fc4f877586a /src/frame.c
parent39334a721e9cede4739c81c07bc6ed183c3c1434 (diff)
Revert "Increase line spacing"
This reverts commit 24fed6a8e3725da78580b3ede64a84d286bc10fb.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 938a643..d3334c2 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -368,7 +368,6 @@ void wrap_paragraph(Paragraph *para, PangoContext *pc, double w,
if ( para->layout == NULL ) {
para->layout = pango_layout_new(pc);
- pango_layout_set_spacing(para->layout, 5000);
}
pango_layout_set_width(para->layout, pango_units_from_double(w));
pango_layout_set_text(para->layout, text, total_len);