Skip to content

Commit

Permalink
make edges a bit thicker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fleenor committed Apr 24, 2012
1 parent 37b63a7 commit eb9cc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewportedge.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, viewport, gpfile, edge, orig, dest):
*(self.get_coords()),
arrow='last',
smooth='raw',
width=6,
width=7,
fill='blue',
activefill='#6060ff'
)
Expand Down

0 comments on commit eb9cc42

Please sign in to comment.