Added available cargo to capacity tooltip and cargo volume column

This commit is contained in:
blitzmann
2014-05-04 11:35:13 -04:00
parent 8e9ea0a36b
commit f7ef3705b5
4 changed files with 35 additions and 19 deletions

View File

@@ -27,7 +27,9 @@ import globalEvents as GE
# @todo: Was copied form another class and modified. Look through entire file, refine
class CargoView(d.Display):
DEFAULT_COLS = ["Base Name"]
DEFAULT_COLS = ["Base Icon",
"Base Name",
"attr:volume"]
def __init__(self, parent):
d.Display.__init__(self, parent, style=wx.LC_SINGLE_SEL | wx.BORDER_NONE)