# HG changeset patch # User Bernhard Reiter # Date 1548080290 -3600 # Node ID 1fb28aef26b246045b6b0235269fdbf004d31d46 # Parent 73f9e15d03849f816277351b2efc93217f4bd422# Parent 17b6d2a6fb762b736872a7ebac90a6b70d386a65 merge diff -r 73f9e15d0384 -r 1fb28aef26b2 client/src/components/Pdftool.vue --- 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);