From a219a8b3e5444b3dc0c8aa20ffafb2653c358652 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Tue, 23 Feb 2021 16:05:30 +1100 Subject: Add 'indent size' option Also includes some about:help additions --- src/documentstyle.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/documentstyle.hpp') diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index 1204595..cfd4704 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -62,6 +62,7 @@ struct DocumentStyle double line_height_p; double line_height_h; int indent_bq, indent_p, indent_h, indent_l; + int indent_size; QTextListFormat::Style list_symbol; bool save(QSettings & settings) const; -- cgit v1.2.3