From 803559502dd1b330da39073cffa84278df403a88 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Sun, 28 Feb 2021 10:31:16 +1100 Subject: Add preference for centred H1 Also moves the 'enable text width' checkbox to next to the text width option, to save space. --- src/documentstyle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/documentstyle.hpp') diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index 7dad9fb..a960863 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -53,7 +53,7 @@ struct DocumentStyle QStringList ansi_colors; - bool justify_text, text_width_enabled; + bool justify_text, text_width_enabled, centre_h1; double line_height_p; double line_height_h; int indent_bq, indent_p, indent_h, indent_l; -- cgit v1.2.3