aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.hpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-02-23 16:05:30 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-02-23 09:29:53 +0100
commita219a8b3e5444b3dc0c8aa20ffafb2653c358652 (patch)
tree7af06a9c32b92c449f6fc518a7cec7a645e3a160 /src/documentstyle.hpp
parentb03693711ab79f22da85998924145f1436b627aa (diff)
downloadkristall-a219a8b3e5444b3dc0c8aa20ffafb2653c358652.tar.gz
Add 'indent size' option
Also includes some about:help additions
Diffstat (limited to 'src/documentstyle.hpp')
-rw-r--r--src/documentstyle.hpp1
1 files changed, 1 insertions, 0 deletions
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;