[Dive4elements-commits] [PATCH] Increase legend size of map print PDF (#767)

Wald Commits scm-commit at wald.intevation.org
Sun Jun 2 21:57:14 CEST 2013


# HG changeset patch
# User Christian Lins <christian.lins at intevation.de>
# Date 1370203031 -7200
# Node ID 36433dc06a40e70fd0ada06aaeadaa8db9c38be9
# Parent  25925b87a74bed96f64cb7114037a2340c02405d
Increase legend size of map print PDF (#767).

diff -r 25925b87a74b -r 36433dc06a40 gwt-client/src/main/webapp/WEB-INF/config.yaml
--- a/gwt-client/src/main/webapp/WEB-INF/config.yaml	Sun Jun 02 21:09:12 2013 +0200
+++ b/gwt-client/src/main/webapp/WEB-INF/config.yaml	Sun Jun 02 21:57:11 2013 +0200
@@ -196,12 +196,12 @@
               backgroundColor: #FFFFFF
         # The legend
         - !columns
-          absoluteX: 612
+          absoluteX: 562
           absoluteY: 385
-          width: 200
+          width: 250
           items:
             - !legends
-              maxHeight: 310
+              maxHeight: 350
               maxWidth: 0
               maxIconHeight: 0
               inline: true


More information about the Dive4elements-commits mailing list