diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-03-15 09:01:36 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-03-15 09:01:36 +0100 |
commit | 2d1993e18ae2dc05399cb8f3eed06d2acfb462a8 (patch) | |
tree | 55642a9825ffef43833441338606bfbcd8cd62bc /src | |
parent | 4afcee79df1a95f399b6633123ca2e381c79b753 (diff) |
Tighten up the lines
Diffstat (limited to 'src')
-rw-r--r-- | src/wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |