flexbox.py: Increase default hight so enure front has some fingers in the joint

This commit is contained in:
Florian Festi 2014-03-15 16:13:24 +01:00
parent 329abd8c63
commit ae57ab5c83
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -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()