diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-13 14:27:46 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-13 12:32:26 +0100 |
| commit | aeaa90c126b7f56cbbcf6b4ffe2f53db58292a33 (patch) | |
| tree | 32d33238c04fadeaed04bf4608cf42abb4b23eab /src/documentstyle.hpp | |
| parent | 19ac43503568ebc7fe4721f84292a11bbf7c2c2c (diff) | |
| download | kristall-aeaa90c126b7f56cbbcf6b4ffe2f53db58292a33.tar.gz | |
Margins are now split into seperate horizontal/vertical options
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 a8d12fe..961a0ed 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -49,7 +49,7 @@ struct DocumentStyle QString internal_link_prefix; QString external_link_prefix; - double margin; + double margin_h, margin_v; double text_width; |
