summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-11 08:45:12 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-11 08:45:12 +0300
commit2f60372f8ea9ee6f6bad04d817a79e2b03c91e3b (patch)
treeb6a7edc3d41884695e0523d85521ea6b56c51247 /src/prefs.c
parent1214aecd71df48164a7591b75fd48720f5b930f3 (diff)
Preferences: Added setting for line spacing
IssueID #229
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index f1842e9a..557c6887 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -54,6 +54,7 @@ void init_Prefs(iPrefs *d) {
54 d->boldLinkDark = iTrue; 54 d->boldLinkDark = iTrue;
55 d->boldLinkLight = iTrue; 55 d->boldLinkLight = iTrue;
56 d->lineWidth = 38; 56 d->lineWidth = 38;
57 d->lineSpacing = 1.0f;
57 d->bigFirstParagraph = iTrue; 58 d->bigFirstParagraph = iTrue;
58 d->quoteIcon = iTrue; 59 d->quoteIcon = iTrue;
59 d->centerShortDocs = iTrue; 60 d->centerShortDocs = iTrue;