changeset 1939:148917b4f859

Merged.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 21 Jan 2019 15:19:13 +0100
parents 206b1dd31112 (current diff) 1fb28aef26b2 (diff)
children e6d851f53c99
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Mon Jan 21 15:18:52 2019 +0100
+++ b/client/src/components/Pdftool.vue	Mon Jan 21 15:19:13 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);