Rechange maxRange

This commit is contained in:
cncfanatics
2010-09-05 10:29:33 +02:00
parent a44ec58aaa
commit 370c173627

View File

@@ -58,7 +58,7 @@ class MaxRange(ViewColumn):
falloff = "+%sm" % shorten(falloff, 3, 0, 3)
if maxRange:
return "%s" % shorten(maxRange, 3, 0, 3, unit=falloff == "") + falloff
return "%sm%s" % (shorten(maxRange, 3, 0, 3), falloff)
else:
return "" + falloff