flexbox.py: Increase default hight so enure front has some fingers in the joint
This commit is contained in:
parent
329abd8c63
commit
ae57ab5c83
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 27 KiB |
|
@ -73,5 +73,5 @@ class FlexBox(boxes.Boxes):
|
|||
|
||||
|
||||
if __name__=="__main__":
|
||||
b = FlexBox(50, 50, 50, r=10)
|
||||
b = FlexBox(50, 70, 50, r=15)
|
||||
b.render()
|
||||
|
|
Loading…
Reference in New Issue