aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-03-15 09:01:36 +0100
committerThomas White <taw@bitwiz.org.uk>2013-03-15 09:01:36 +0100
commit2d1993e18ae2dc05399cb8f3eed06d2acfb462a8 (patch)
tree55642a9825ffef43833441338606bfbcd8cd62bc /src
parent4afcee79df1a95f399b6633123ca2e381c79b753 (diff)
Tighten up the lines
Diffstat (limited to 'src')
-rw-r--r--src/wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 45e1f0e..748857a 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -363,7 +363,7 @@ static double sp_y(enum wrap_box_space s)
switch ( s ) {
case WRAP_SPACE_INTERWORD :
- return 30.0*PANGO_SCALE;
+ return 10.0*PANGO_SCALE;
case WRAP_SPACE_EOP :
default: