diff options
-rw-r--r-- | src/gmdocument.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index b1c3f2ef..61965f58 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -719,7 +719,7 @@ static void doLayout_GmDocument_(iGmDocument *d) { | |||
719 | lineHeightReduction = 0.10f; | 719 | lineHeightReduction = 0.10f; |
720 | } | 720 | } |
721 | else if (type == heading2_GmLineType) { | 721 | else if (type == heading2_GmLineType) { |
722 | lineHeightReduction = 0.05f; | 722 | lineHeightReduction = 0.06f; |
723 | } | 723 | } |
724 | /* Visited links are never bold. */ | 724 | /* Visited links are never bold. */ |
725 | if (run.linkId && linkFlags_GmDocument(d, run.linkId) & visited_GmLinkFlag) { | 725 | if (run.linkId && linkFlags_GmDocument(d, run.linkId) & visited_GmLinkFlag) { |