summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-15 11:45:19 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-15 11:45:19 +0200
commit935eccde4d6f3222103f0a3827b926793eb0b393 (patch)
treed2ce043ade08403a99b5681d2d5f83ab9f171599 /src/prefs.c
parent51a83b486323d7876b31b9cbf65762364fd1fdb8 (diff)
Added user preference to disable vertical centering of pages
The centering option affects all pages, including "about:" and error messages.
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 6af8f1d8..a8f34b02 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -43,6 +43,7 @@ void init_Prefs(iPrefs *d) {
43 d->lineWidth = 38; 43 d->lineWidth = 38;
44 d->bigFirstParagraph = iTrue; 44 d->bigFirstParagraph = iTrue;
45 d->quoteIcon = iTrue; 45 d->quoteIcon = iTrue;
46 d->centerShortDocs = iTrue;
46 d->docThemeDark = colorfulDark_GmDocumentTheme; 47 d->docThemeDark = colorfulDark_GmDocumentTheme;
47 d->docThemeLight = white_GmDocumentTheme; 48 d->docThemeLight = white_GmDocumentTheme;
48 d->saturation = 1.0f; 49 d->saturation = 1.0f;