diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-28 10:31:16 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-28 12:11:51 +0100 |
| commit | 803559502dd1b330da39073cffa84278df403a88 (patch) | |
| tree | ce83d68cbe825ebe1bb400df1cc7fb74c66c4fc5 /src/documentstyle.hpp | |
| parent | c14d071e1e883891e96d908a1054929a291748ff (diff) | |
| download | kristall-803559502dd1b330da39073cffa84278df403a88.tar.gz | |
Add preference for centred H1
Also moves the 'enable text width' checkbox to next to the text width option, to save space.
Diffstat (limited to 'src/documentstyle.hpp')
| -rw-r--r-- | src/documentstyle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
