[Dive4elements-commits] [PATCH] Stamp border thinkness of map print PDF fitted (#767)

Wald Commits scm-commit at wald.intevation.org
Mon Jun 3 10:22:02 CEST 2013


# HG changeset patch
# User Christian Lins <christian.lins at intevation.de>
# Date 1370247718 -7200
# Node ID 938d0ce85b3328540a32ca4612c448f8ff15241a
# Parent  41cc83e5c2a2f373f6c6c3b718166aa6d28baf6a
Stamp border thinkness of map print PDF fitted (#767).

diff -r 41cc83e5c2a2 -r 938d0ce85b33 gwt-client/src/main/webapp/WEB-INF/config.yaml
--- a/gwt-client/src/main/webapp/WEB-INF/config.yaml	Mon Jun 03 10:20:12 2013 +0200
+++ b/gwt-client/src/main/webapp/WEB-INF/config.yaml	Mon Jun 03 10:21:58 2013 +0200
@@ -246,14 +246,8 @@
           absoluteX: 562
           absoluteY: 550
           width: 250
-        #  config:
-        #    borderWidthLeft: 5
-        #    borderWidthRight: 5
-        #    borderWidthTop: 5
-        #    borderWidthBottom: 5
-            #padding: 10
-            #backgroundColor: #FFFFFF
-            #borderColor: #FFFFFF
+          config:
+            borderWidth: 1
           items:
             - !attributes
               source: data
@@ -267,7 +261,7 @@
                   cell: !columns
                     config:
                       cells:
-                        - borderWidth: 1
+                        - borderWidth: 0.5
                           padding: 5
                     items:
                       - !text
@@ -285,7 +279,7 @@
                   cell: !columns
                     config:
                       cells:
-                        - borderWidth: 1
+                        - borderWidth: 0.5
                           padding: 5
                     items:
                       - !text


More information about the Dive4elements-commits mailing list