summaryrefslogtreecommitdiff
path: root/src/prefs.h
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.h
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.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index de354a04..dcda695f 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -62,6 +62,7 @@ struct Impl_Prefs {
62 int lineWidth; 62 int lineWidth;
63 iBool bigFirstParagraph; 63 iBool bigFirstParagraph;
64 iBool quoteIcon; 64 iBool quoteIcon;
65 iBool centerShortDocs;
65 /* Colors */ 66 /* Colors */
66 enum iGmDocumentTheme docThemeDark; 67 enum iGmDocumentTheme docThemeDark;
67 enum iGmDocumentTheme docThemeLight; 68 enum iGmDocumentTheme docThemeLight;