roundedPlate: Fix placement

This commit is contained in:
Florian Festi 2020-02-28 17:36:33 +01:00
parent 6476a51fc4
commit 22450a6fe7
1 changed files with 1 additions and 1 deletions

View File

@ -1536,7 +1536,7 @@ class Boxes:
lx = x - 2*r
ly = y - 2*r
self.moveTo(edge.margin(),
self.moveTo(edge.spacing(),
edge.margin())
self.moveTo(r, 0)