[gnome-maps/wip/mlundblad/dont-use-offscreen-window: 14/15] longPrintLayout: Increase vertical space for instructions



commit ca75f0280154b3db76801078b687602091ab8832
Author: Marcus Lundblad <ml update uu se>
Date:   Tue Mar 26 21:32:13 2019 +0100

    longPrintLayout: Increase vertical space for instructions
    
    The proportional space seems to be a bit too tight to render
    instructions with two rows of text in US Letter size.
    
    Fixes #78

 src/longPrintLayout.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/longPrintLayout.js b/src/longPrintLayout.js
index 5894d48..3882f4e 100644
--- a/src/longPrintLayout.js
+++ b/src/longPrintLayout.js
@@ -27,7 +27,7 @@ const _NUM_MINIMAPS = 5;
 /* All following constants are ratios of surface size to page size */
 const _Instruction = {
     SCALE_X: 0.57,
-    SCALE_Y: 0.05,
+    SCALE_Y: 0.07,
     SCALE_MARGIN: 0.01
 };
 const _MiniMapView = {


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