lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 59e8cfe 2/6: Decrease margins in PDF illustra


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 59e8cfe 2/6: Decrease margins in PDF illustrations
Date: Thu, 8 Mar 2018 21:04:49 -0500 (EST)

branch: master
commit 59e8cfe8f83972b7b391cd6d835fa61db3c6d3bc
Author: Vadim Zeitlin <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Decrease margins in PDF illustrations
    
    Make margins of the same size as they were in the previously generated,
    via XSL-FO, PDFs.
---
 pdf_writer_wx.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pdf_writer_wx.cpp b/pdf_writer_wx.cpp
index 8f1284d..d68d531 100644
--- a/pdf_writer_wx.cpp
+++ b/pdf_writer_wx.cpp
@@ -38,8 +38,8 @@ namespace
 
 // These margins are arbitrary and can be changed to conform to subjective
 // preferences.
-constexpr int horz_margin = 24;
-constexpr int vert_margin = 36;
+constexpr int horz_margin = 18;
+constexpr int vert_margin = 24;
 
 wxPrintData make_print_data
     (wxString const&    output_filename



reply via email to

[Prev in Thread] Current Thread [Next in Thread]