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



commit c8dc539a68e988f70d7448b3b580e093e8ccd3fd
Author: Marcus Lundblad <ml update uu se>
Date:   Tue Mar 26 21:34:31 2019 +0100

    shortPrintLayout: 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/shortPrintLayout.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/shortPrintLayout.js b/src/shortPrintLayout.js
index c0595ac..a926afd 100644
--- a/src/shortPrintLayout.js
+++ b/src/shortPrintLayout.js
@@ -24,7 +24,7 @@ const PrintLayout = imports.printLayout;
 /* All following constants are ratios of surface size to page size */
 const _Instruction = {
     SCALE_X: 1.0,
-    SCALE_Y: 0.05,
+    SCALE_Y: 0.07,
     SCALE_MARGIN: 0.01
 };
 


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