diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-21 10:55:50 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-23 11:31:33 +0100 |
| commit | 0f23a86b9d351d04769e3c60e65d55858cdcea6f (patch) | |
| tree | cc692e22fca85a9d14a7ae23025d402c9f0d747d /src/documentstyle.cpp | |
| parent | 53ff9f5a0cc68bdef348b585120914476a9df848 (diff) | |
| download | kristall-0f23a86b9d351d04769e3c60e65d55858cdcea6f.tar.gz | |
More consistent line height in headings and preformatted blocks
Also updates help.gemini to reflect changes
Diffstat (limited to 'src/documentstyle.cpp')
| -rw-r--r-- | src/documentstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp index 6023075..815a647 100644 --- a/src/documentstyle.cpp +++ b/src/documentstyle.cpp @@ -146,7 +146,7 @@ DocumentStyle::DocumentStyle(bool do_init) : theme(Fixed), justify_text(true), text_width_enabled(true), line_height_p(5.0), - line_height_h(0.0), + line_height_h(5.0), indent_bq(1), indent_p(1), indent_h(0), indent_l(2), indent_size(15.0), list_symbol(QTextListFormat::ListDisc) |
