roundedPlate: Fix placement
This commit is contained in:
parent
6476a51fc4
commit
22450a6fe7
|
@ -1536,7 +1536,7 @@ class Boxes:
|
||||||
lx = x - 2*r
|
lx = x - 2*r
|
||||||
ly = y - 2*r
|
ly = y - 2*r
|
||||||
|
|
||||||
self.moveTo(edge.margin(),
|
self.moveTo(edge.spacing(),
|
||||||
edge.margin())
|
edge.margin())
|
||||||
self.moveTo(r, 0)
|
self.moveTo(r, 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue