Resolve #245 - Adding tooltips to fitting columns
This commit is contained in:
@@ -74,4 +74,7 @@ class MaxRange(ViewColumn):
|
||||
return (("displayName", bool, False),
|
||||
("showIcon", bool, True))
|
||||
|
||||
def getToolTip(self, mod):
|
||||
return "Optimal + Falloff"
|
||||
|
||||
MaxRange.register()
|
||||
|
||||
Reference in New Issue
Block a user