diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-19 16:53:17 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-20 12:10:48 +0100 |
| commit | 0659d87271ea4943ed61f59beeba4ba636b6dfc1 (patch) | |
| tree | dc0f8db941067643768bf7831a23fe43c7b41746 /src/documentstyle.cpp | |
| parent | 58ebb115f16d0fdc9d784d4cf94e0ba191eb07f9 (diff) | |
| download | kristall-0659d87271ea4943ed61f59beeba4ba636b6dfc1.tar.gz | |
Change default blockquote indent to 1
I think it's a nicer default
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 4d2068f..a1a0f29 100644 --- a/src/documentstyle.cpp +++ b/src/documentstyle.cpp @@ -147,7 +147,7 @@ DocumentStyle::DocumentStyle(bool do_init) : theme(Fixed), text_width_enabled(true), line_height_p(5.0), line_height_h(0.0), - indent_bq(2), indent_p(1), indent_h(0), indent_l(2) + indent_bq(1), indent_p(1), indent_h(0), indent_l(2) { if (do_init) this->initialiseDefaultFonts(); } |
