From 89e11130e0af438564e32eee6b97f31087eb4849 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 2 Aug 2020 17:56:31 +0300 Subject: Window: Narrow layout mode for the navbar --- src/gmdocument.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gmdocument.c') 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) { if (type == text_GmLineType && isFirstText) { run.font = firstParagraph_FontId; run.color = gray88_ColorId; - bigCount = 6; /* lines */ + bigCount = 15; /* max lines -- what if the whole document is one paragraph? */ isFirstText = iFalse; } else if (type != header1_GmLineType) { -- cgit v1.2.3