diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-11 08:45:12 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-11 08:45:12 +0300 |
commit | 2f60372f8ea9ee6f6bad04d817a79e2b03c91e3b (patch) | |
tree | b6a7edc3d41884695e0523d85521ea6b56c51247 /src/prefs.h | |
parent | 1214aecd71df48164a7591b75fd48720f5b930f3 (diff) |
Preferences: Added setting for line spacing
IssueID #229
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 655ec949..c1519459 100644 --- a/src/prefs.h +++ b/src/prefs.h | |||
@@ -79,6 +79,7 @@ struct Impl_Prefs { | |||
79 | iBool boldLinkDark; | 79 | iBool boldLinkDark; |
80 | iBool boldLinkLight; | 80 | iBool boldLinkLight; |
81 | int lineWidth; | 81 | int lineWidth; |
82 | float lineSpacing; | ||
82 | iBool bigFirstParagraph; | 83 | iBool bigFirstParagraph; |
83 | iBool quoteIcon; | 84 | iBool quoteIcon; |
84 | iBool centerShortDocs; | 85 | iBool centerShortDocs; |