From 935eccde4d6f3222103f0a3827b926793eb0b393 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 15 Feb 2021 11:45:19 +0200 Subject: Added user preference to disable vertical centering of pages The centering option affects all pages, including "about:" and error messages. --- src/prefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.h') 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 { int lineWidth; iBool bigFirstParagraph; iBool quoteIcon; + iBool centerShortDocs; /* Colors */ enum iGmDocumentTheme docThemeDark; enum iGmDocumentTheme docThemeLight; -- cgit v1.2.3