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:
2
gui/builtinViewColumns/maxRange.py
Normal file → Executable file
2
gui/builtinViewColumns/maxRange.py
Normal file → Executable 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,
|
||||
|
||||
Reference in New Issue
Block a user