Change width of default text routing grid to display.

This commit is contained in:
Matt Guthaus 2017-04-24 11:33:14 -07:00
parent 388794b1e0
commit 9478d6f94d
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@ class grid:
#os.system('clear')
xmin=-10
xmax=25
xmax=10
ymin=-10
ymax=25
ymax=10
for v in self.map.keys():
xmin = min(xmin,v.x)
xmax = max(xmax,v.x)