summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 9fd56fce..cf30a081 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -416,7 +416,7 @@ static void doLayout_GmDocument_(iGmDocument *d) {
416 if (type == text_GmLineType && isFirstText) { 416 if (type == text_GmLineType && isFirstText) {
417 run.font = firstParagraph_FontId; 417 run.font = firstParagraph_FontId;
418 run.color = gray88_ColorId; 418 run.color = gray88_ColorId;
419 bigCount = 6; /* lines */ 419 bigCount = 15; /* max lines -- what if the whole document is one paragraph? */
420 isFirstText = iFalse; 420 isFirstText = iFalse;
421 } 421 }
422 else if (type != header1_GmLineType) { 422 else if (type != header1_GmLineType) {