OttoSoles: Make soles a little bit larger by default

This commit is contained in:
Florian Festi 2018-03-13 19:31:20 +01:00
parent e414e73bf2
commit ad056de77f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class OttoSoles(Boxes):
def __init__(self):
Boxes.__init__(self)
self.buildArgParser(x=56., y=36.)
self.buildArgParser(x=58., y=38.)
self.argparser.add_argument(
"--width", action="store", type=float, default=4.,
help="width of sole stripe")