aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.cpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-02-21 10:55:50 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-02-23 11:31:33 +0100
commit0f23a86b9d351d04769e3c60e65d55858cdcea6f (patch)
treecc692e22fca85a9d14a7ae23025d402c9f0d747d /src/documentstyle.cpp
parent53ff9f5a0cc68bdef348b585120914476a9df848 (diff)
downloadkristall-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.cpp2
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)