Fix remaining python method name error

The method was renamed to SetTextThickness in
9c8941e040.
This commit is contained in:
Ian McInerney 2020-04-20 23:24:55 +01:00
parent 300de7e74c
commit e57c495d05
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class QRCodeWizard(FootprintWizardBase.FootprintWizard):
self.module.Reference().SetPos0(pos)
self.module.Reference().SetTextHeight(self.textHeight)
self.module.Reference().SetTextWidth(self.textWidth)
self.module.Reference().SetThickness(self.textThickness)
self.module.Reference().SetTextThickness(self.textThickness)
self.module.Value().SetLayer(pcbnew.F_SilkS)
#build the footprint courtyard