changeset 1937:1fb28aef26b2

merge
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 21 Jan 2019 15:18:10 +0100
parents 73f9e15d0384 (current diff) 17b6d2a6fb76 (diff)
children 148917b4f859
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Mon Jan 21 13:32:13 2019 +0100
+++ b/client/src/components/Pdftool.vue	Mon Jan 21 15:18:10 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);