diff options
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c index ce32962b..fe755c63 100644 --- a/src/prefs.c +++ b/src/prefs.c | |||
@@ -39,7 +39,7 @@ void init_Prefs(iPrefs *d) { | |||
39 | d->headingFont = nunito_TextFont; | 39 | d->headingFont = nunito_TextFont; |
40 | d->monospaceGemini = iFalse; | 40 | d->monospaceGemini = iFalse; |
41 | d->monospaceGopher = iFalse; | 41 | d->monospaceGopher = iFalse; |
42 | d->lineWidth = 40; | 42 | d->lineWidth = 38; |
43 | d->bigFirstParagraph = iTrue; | 43 | d->bigFirstParagraph = iTrue; |
44 | d->quoteIcon = iTrue; | 44 | d->quoteIcon = iTrue; |
45 | d->docThemeDark = colorfulDark_GmDocumentTheme; | 45 | d->docThemeDark = colorfulDark_GmDocumentTheme; |