changeset 1936:17b6d2a6fb76

client: pdf-gen (minor) fix formatto
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 21 Jan 2019 15:17:52 +0100
parents 1aa2921d8832
children 1fb28aef26b2
files client/src/components/Pdftool.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Mon Jan 21 13:02:32 2019 +0100
+++ b/client/src/components/Pdftool.vue	Mon Jan 21 15:17:52 2019 +0100
@@ -292,7 +292,7 @@
       let x = docWidth - (size * 4 + 8);
       let y = docHeight - 6;
 
-      this.addRoundedBox(doc, x - 4 , y - 4, size * 4 + 12, 10);
+      this.addRoundedBox(doc, x - 4, y - 4, size * 4 + 12, 10);
 
       doc.setDrawColor(0, 0, 0);
       doc.setFillColor(0, 0, 0);