Full complete rework of the columnViews, Every column should now work

regardless if the type of view it was put in.
This commit is contained in:
cncfanatics
2010-11-11 15:49:05 +01:00
parent 67058d37e7
commit ea66f6f147
30 changed files with 300 additions and 591 deletions

2
gui/builtinViewColumns/maxRange.py Normal file → Executable file
View File

@@ -25,7 +25,7 @@ from util import formatAmount
import wx
class MaxRange(ViewColumn):
name = "Max range"
name = "Max Range"
def __init__(self, fittingView, params = None):
if params == None:
params = {"showIcon": True,