summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-02 17:56:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-02 17:56:31 +0300
commit89e11130e0af438564e32eee6b97f31087eb4849 (patch)
treeb7339951bc20c51f39ed3c7a5caf11d0c9d126e7 /src/gmdocument.c
parentf3d083d3f150c1e940c4086f39165fb55935344a (diff)
Window: Narrow layout mode for the navbar
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) {