[gnome-maps/wip/mlundblad/dont-use-offscreen-window] shortPrintLayout: 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] shortPrintLayout: Increase vertical space for instructions
- Date: Tue, 26 Mar 2019 20:35:38 +0000 (UTC)
commit 810d878cd8fbcc6a9332b9bb8f8ace2f563b7a4c
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]