summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2019-03-26 21:34:31 +0100
committerMarcus Lundblad <ml@update.uu.se>2019-03-27 22:16:14 +0100
commitc8dc539a68e988f70d7448b3b580e093e8ccd3fd (patch)
tree225bd98dde4b7b465025913f7237722f19fc5930
parentca75f0280154b3db76801078b687602091ab8832 (diff)
downloadgnome-maps-wip/mlundblad/dont-use-offscreen-window.tar.gz
shortPrintLayout: Increase vertical space for instructionswip/mlundblad/dont-use-offscreen-window
The proportional space seems to be a bit too tight to render instructions with two rows of text in US Letter size. Fixes #78
-rw-r--r--src/shortPrintLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shortPrintLayout.js b/src/shortPrintLayout.js
index c0595ac0..a926afdb 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
};