[gnome-maps/wip/mlundblad/dont-use-offscreen-window: 15/16] longPrintLayout: Increase vertical space for instructions
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/dont-use-offscreen-window: 15/16] longPrintLayout: Increase vertical space for instructions
- Date: Tue, 26 Mar 2019 21:57:13 +0000 (UTC)
commit 928ee8fbe3597f9a4f97cd712d8a026120fd0867
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]