First pass

This commit is contained in:
Ebag333
2017-04-05 11:44:36 -07:00
parent 9d029b46b1
commit 01eaba6697
2 changed files with 7 additions and 3 deletions

View File

@@ -43,9 +43,12 @@ class BoosterViewDrop(wx.PyDropTarget):
class BoosterView(d.Display):
DEFAULT_COLS = ["State",
"attr:boosterness",
"Base Name"]
DEFAULT_COLS = [
"State",
"attr:boosterness",
"Base Name",
"Price",
]
def __init__(self, parent):
d.Display.__init__(self, parent, style=wx.LC_SINGLE_SEL | wx.BORDER_NONE)

View File

@@ -52,6 +52,7 @@ from gui.builtinStatsViews import ( # noqa: E402, F401
rechargeViewFull,
targetingMiscViewMinimal,
priceViewFull,
priceViewMinimal,
outgoingViewFull,
outgoingViewMinimal,
)