From aeaa90c126b7f56cbbcf6b4ffe2f53db58292a33 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Sat, 13 Feb 2021 14:27:46 +1100 Subject: Margins are now split into seperate horizontal/vertical options --- src/documentstyle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/documentstyle.hpp') 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; -- cgit v1.2.3