Reorder some columns & menus

This commit is contained in:
cncfanatics
2010-10-20 15:16:48 +02:00
parent 2ecdda474f
commit 5ef0a8cded
2 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
__all__ = ["itemStats", "damagePattern", "moduleAmmoPicker"] __all__ = ["moduleAmmoPicker", "itemStats", "damagePattern"]

View File

@@ -32,12 +32,13 @@ FitChanged, FIT_CHANGED = wx.lib.newevent.NewEvent()
class FittingView(d.Display): class FittingView(d.Display):
DEFAULT_COLS = ["Module state", DEFAULT_COLS = ["Module state",
"Module name/slot", "Module name/slot",
"attr:power", "Module Ammo",
"attr:cpu",
"Capacitor Usage", "Capacitor Usage",
"attr:trackingSpeed", "attr:trackingSpeed",
"Max range", "Max range",
"Module Ammo"] "attr:power",
"attr:cpu",
]
def __init__(self, parent): def __init__(self, parent):
d.Display.__init__(self, parent) d.Display.__init__(self, parent)